:root{--blue:#0A4DFF;--navy:#041E63;--ink:#0B163F;--muted:#657089;--line:#e6eaf1;--paper:#F7F9FC;--white:#fff;--ease:cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.65;overflow-x:hidden}.page-glow{position:fixed;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:-1;opacity:.32}.glow-one{width:40vw;height:40vw;background:#dae7ff;right:-18vw;top:14vh}.glow-two{width:30vw;height:30vw;background:#e6efff;left:-16vw;top:80vh}.site-header{height:88px;max-width:1280px;margin:auto;padding:0 36px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;transition:.3s var(--ease)}.site-header.scrolled{height:70px;background:rgba(250,251,253,.84);backdrop-filter:blur(20px);border-bottom:1px solid rgba(229,231,235,.7)}.brand{display:flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none;line-height:1}.brand img{width:43px;height:43px;border-radius:12px;object-fit:cover}.brand strong{font-family:Poppins,sans-serif;display:block;font-size:21px;letter-spacing:2px}.brand small{display:block;font-weight:700;font-size:6.7px;line-height:1.35;letter-spacing:.55px;margin-top:3px}nav{display:flex;gap:28px}nav a{font-size:12px;font-weight:600;text-decoration:none;color:var(--ink);transition:.2s}nav a:hover{color:var(--blue)}.nav-action,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;text-decoration:none;font-weight:700;transition:.3s var(--ease)}.nav-action{background:var(--blue);color:#fff;padding:11px 17px;font-size:12px;box-shadow:0 10px 20px #0A4DFF22}.nav-action:hover,.button-primary:hover{transform:translateY(-2px);box-shadow:0 14px 25px #0A4DFF35}.menu-toggle{display:none}.hero{min-height:calc(100vh - 88px);max-width:1280px;margin:auto;padding:74px 36px 58px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;position:relative}.hero-copy{z-index:2}.eyebrow{margin:0 0 15px;color:var(--blue);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:1.2px;display:flex;align-items:center;gap:8px}.eyebrow span{width:24px;height:1px;background:currentColor}.hero h1,h2{font-family:Poppins,sans-serif;letter-spacing:-2.5px;line-height:1.08;margin:0;color:var(--navy)}.hero h1{font-size:clamp(47px,5.2vw,76px);font-weight:700}.hero h1 em,h2 em{color:var(--blue);font-style:normal}.hero-text{font-size:16px;color:#4b5870;max-width:530px;margin:25px 0 31px}.hero-actions{display:flex;gap:12px}.button{padding:14px 21px;font-size:13px;min-height:49px}.button b{font-size:16px}.button-primary{color:#fff;background:var(--blue);box-shadow:0 10px 24px #0A4DFF2e}.button-ghost{color:var(--blue);border:1px solid #b9c9ed;background:#ffffff88}.button-ghost:hover{border-color:var(--blue);transform:translateY(-2px)}.trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:35px}.trust-row span{font-size:10px;font-weight:700;color:#33425e;border:1px solid var(--line);padding:8px 11px;background:#ffffff9c;border-radius:7px}.trust-row span::first-letter{color:var(--blue)}.hero-art{height:550px;position:relative;display:grid;place-items:center}.orbit{position:absolute;border:1px solid #ccd9f1;border-radius:50%;transform:rotate(-38deg)}.orbit-a{width:500px;height:270px}.orbit-b{width:400px;height:560px;border-color:#dce6f7;transform:rotate(33deg)}.grid-lines{position:absolute;width:430px;height:430px;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0,transparent 38px,#dce7f77a 39px,transparent 40px);opacity:.8}.hero-medallion{width:300px;height:300px;border-radius:48% 52% 51% 49%/44% 47% 53% 56%;background:linear-gradient(145deg,#0A4DFF,#041E63 70%);box-shadow:inset 14px 14px 20px #2565d3, inset -18px -18px 30px #00123e,0 38px 60px #002d8638;transform:rotate(-13deg);display:grid;place-items:center;position:relative;animation:float 6s ease-in-out infinite}.hero-medallion:before{content:"";position:absolute;inset:14px;border-radius:inherit;border:1px solid #ffffff4f}.hero-medallion img{width:78%;height:78%;object-fit:cover;border-radius:50%;mix-blend-mode:screen;filter:contrast(1.1) brightness(1.5);transform:rotate(13deg)}.hero-medallion i{position:absolute;width:94%;height:12px;background:#dce7ff;filter:blur(9px);opacity:.7;bottom:-87px;border-radius:50%}.art-tag{position:absolute;padding:8px 12px;background:#ffffffc9;backdrop-filter:blur(12px);border:1px solid #fff;border-radius:8px;font-size:9px;font-weight:700;color:var(--navy);box-shadow:0 12px 25px #041E6312;letter-spacing:.5px}.tag-a{top:17%;right:3%}.tag-b{bottom:18%;left:5%}.scroll-prompt{position:absolute;bottom:19px;left:36px;color:#77839a;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;display:flex;gap:10px;align-items:center}.scroll-prompt span{width:42px;height:1px;background:#b9c7df}.section{max-width:1210px;margin:0 auto;padding:118px 36px}.section-pad{padding-left:max(36px,calc((100vw - 1138px)/2));padding-right:max(36px,calc((100vw - 1138px)/2))}.section-intro{max-width:620px}.section-intro h2{font-size:clamp(34px,4vw,51px)}.section-intro>p:last-child{color:var(--muted);margin:16px 0 0;max-width:470px}.centered{text-align:center;margin:0 auto}.centered .eyebrow{justify-content:center}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:48px}.feature-card{background:#fff;border:1px solid #edf0f4;border-radius:16px;padding:27px 23px 25px;min-height:245px;box-shadow:0 13px 30px #041E6308;position:relative;transition:.35s var(--ease)}.feature-card:hover,.service-card:hover,.rating-card:hover{transform:translateY(-7px);box-shadow:0 22px 38px #041E6314;border-color:#cad9f7}.feature-card .icon{color:var(--blue);font-size:30px;line-height:1}.feature-card>span,.service-card>b{position:absolute;right:20px;top:18px;font-size:10px;color:#97a4b9;font-weight:700}.feature-card h3,.service-card h3,.journey-track h3{font-family:Poppins,sans-serif;line-height:1.25;font-size:16px;margin:41px 0 9px}.feature-card p,.service-card p{font-size:12px;line-height:1.65;color:var(--muted);margin:0}.about-panel{max-width:1210px;min-height:460px;margin:0 auto;background:linear-gradient(110deg,#041E63,#0A4DFF);border-radius:20px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;color:#fff;position:relative}.about-content{padding-top:78px;padding-bottom:76px;max-width:590px}.light{color:#a9c8ff}.about-content h2,.journey h2,.final-cta h2{color:#fff;font-size:clamp(35px,4vw,51px)}.about-content h2 em,.journey h2 em,.final-cta h2 em{color:#a9c8ff}.about-content>p:not(.eyebrow){color:#dce8ff;max-width:490px;margin:23px 0 26px;font-size:14px}.text-link{color:inherit;text-decoration:none;font-size:12px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:6px}.text-link b{margin-left:10px}.about-art{position:relative;overflow:hidden;background:radial-gradient(circle at 60% 45%,#2c6ccf 0,transparent 21%),linear-gradient(135deg,#00276840,transparent)}.about-ring{position:absolute;width:550px;height:550px;border:1px solid #8eb5fa4d;border-radius:50%;right:-150px;top:-75px;box-shadow:0 0 0 45px #8eb5fa14,0 0 0 90px #8eb5fa0b}.line-figure{position:absolute;width:185px;height:260px;border:1px solid #bcd4ff7b;border-radius:55% 45% 60% 40%;right:37%;top:22%;transform:rotate(-27deg)}.line-figure:before{content:"";position:absolute;left:50%;width:1px;height:220px;background:#bcd4ff7b;transform:rotate(28deg)}.about-stat{position:absolute;z-index:2;bottom:68px;right:15%;background:#ffffffeb;color:var(--navy);border-radius:13px;padding:11px 18px;box-shadow:0 15px 30px #00144136}.about-stat strong{font:700 28px Poppins;display:block;line-height:1}.about-stat span{font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.specialist{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%;align-items:center}.specialist-visual{height:450px;position:relative;background:linear-gradient(145deg,#eef4ff,#dce9ff);border-radius:18px;overflow:hidden}.specialist-visual:after{content:"";position:absolute;width:380px;height:380px;border:1px solid #a7c2f4;border-radius:50%;bottom:-178px;left:-80px;box-shadow:0 0 0 40px #a7c2f43a,0 0 0 80px #a7c2f424}.visual-no{position:absolute;right:25px;top:13px;font:700 11px Inter;color:#7990b1;letter-spacing:2px}.specialist-visual>p{position:absolute;left:26px;top:25px;color:var(--blue);font-weight:800;line-height:1.5;font-size:10px;letter-spacing:1.2px}.specialist-logo{width:210px;height:210px;background:linear-gradient(140deg,#fff,#cfe0fd);border-radius:50%;position:absolute;right:44px;bottom:49px;z-index:2;box-shadow:18px 20px 34px #0A4DFF30, inset 8px 8px 15px #fff;display:grid;place-items:center}.specialist-logo img{width:76%;height:76%;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}.specialist-copy h2{font-size:clamp(35px,4vw,53px)}.credentials{font-weight:700;font-size:12px;color:var(--blue);margin:18px 0}.specialist-copy>p:not(.eyebrow):not(.credentials){color:var(--muted);max-width:540px;font-size:14px}.badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.badges span{font-size:10px;font-weight:700;padding:8px 11px;border:1px solid #d9e1ed;border-radius:99px;color:#3f4d63}.services{padding-top:40px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:47px}.service-card{position:relative;background:#fff;border:1px solid #e8edf4;border-radius:15px;padding:24px;min-height:275px;box-shadow:0 13px 29px #041E6308;transition:.35s var(--ease)}.service-icon{font-size:31px;color:var(--blue);line-height:1;margin-top:20px}.service-card h3{margin-top:31px;max-width:180px}.service-card a{position:absolute;bottom:19px;color:var(--blue);font-size:11px;font-weight:800;text-decoration:none}.conditions{padding-top:43px;padding-bottom:120px;display:flex;justify-content:space-between;gap:60px;align-items:end}.condition-list{display:flex;flex-wrap:wrap;gap:9px;max-width:680px;justify-content:flex-end}.condition-list span{border:1px solid #ccd9f0;background:#fff;border-radius:99px;padding:9px 15px;font-size:11px;font-weight:700;color:#344563;transition:.2s}.condition-list span:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.journey{background:var(--navy);position:relative;overflow:hidden}.journey:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 10%,#134899 0,transparent 27%),radial-gradient(circle at 90% 80%,#0b3e88 0,transparent 31%);opacity:.9}.journey .section{position:relative}.journey-track{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:64px;position:relative}.journey-track:before{content:"";height:1px;background:linear-gradient(90deg,transparent,#7598d3,transparent);position:absolute;top:32px;left:8%;right:8%}.journey-track article{text-align:center;color:#fff;position:relative}.journey-track b{font-size:10px;color:#aac4ee;display:block;margin-bottom:10px}.journey-track i{width:48px;height:48px;background:#fff;color:var(--blue);border-radius:50%;display:grid;place-items:center;margin:auto;font-style:normal;font-size:22px;box-shadow:0 0 0 8px #ffffff12;position:relative}.journey-track h3{font-size:14px;margin:22px 0 7px}.journey-track p{color:#becde6;line-height:1.5;font-size:11px;max-width:160px;margin:auto}.reviews-contact{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.review-block{border-radius:18px;padding:52px;background:#fff;border:1px solid #ebeff5}.review-block h2{font-size:clamp(33px,3.5vw,48px);margin:0}.review-block>p:not(.eyebrow){color:var(--muted);max-width:340px;margin:16px 0 27px}.rating-card{border-radius:18px;padding:52px;background:linear-gradient(135deg,#edf4ff,#fff);border:1px solid #dce7f8;transition:.35s var(--ease)}.google{font:800 45px Poppins;color:#4285f4;line-height:1}.stars{color:#ffba0b;letter-spacing:3px;margin:25px 0 9px}.rating-card p{color:#506078;max-width:350px;font-size:13px}.rating-card a{color:var(--blue);font-size:12px;font-weight:800;text-decoration:none}.contact{padding-top:20px;display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:60px}.contact-card{display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border:1px solid #e5eaf1;border-radius:18px;overflow:hidden;box-shadow:0 15px 35px #041E630b}.contact-details{padding:33px 28px;display:grid;gap:17px}.contact-details a,.hours{display:grid;grid-template-columns:78px 1fr;gap:8px;color:#40516b;text-decoration:none;font-size:11px;line-height:1.55}.contact-details b{color:var(--blue);font-size:10px;text-transform:uppercase;letter-spacing:.6px}.hours em{font-style:normal;color:#8b97a8}.map-block{min-height:310px;display:block;text-decoration:none;color:var(--navy);position:relative;overflow:hidden;background:#ecf0ef}.map-grid{position:absolute;inset:-30px;background:linear-gradient(27deg,transparent 48%,#fff 49%,#fff 51%,transparent 52%),linear-gradient(118deg,transparent 47%,#d0d9db 48%,#d0d9db 50%,transparent 51%),linear-gradient(70deg,transparent 46%,#fff 47%,#fff 49%,transparent 50%),repeating-linear-gradient(0deg,#eef2f0 0,#eef2f0 25px,#d9e2df 26px,#eef2f0 28px);transform:rotate(-8deg);opacity:.9}.map-pin{position:absolute;top:36%;left:52%;width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--blue);color:#fff;font-size:0;box-shadow:0 7px 14px #041E633b}.map-pin:after{content:"";position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;top:10px;left:10px}.map-block strong{position:absolute;top:50%;left:58%;font:800 10px Poppins;line-height:1.3}.map-block strong small{font:700 6px Inter;letter-spacing:.4px}.map-block>span{position:absolute;bottom:21px;left:22px;background:var(--navy);color:#fff;border-radius:8px;padding:9px 11px;font-size:10px;font-weight:700}.final-cta{max-width:1210px;margin:0 auto 55px;background:linear-gradient(115deg,#041E63,#0A4DFF);border-radius:19px;padding:54px max(36px,calc((100vw - 1138px)/2));display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff;position:relative;overflow:hidden}.final-cta:after{content:"";position:absolute;width:360px;height:360px;border:1px solid #b8d2ff50;border-radius:50%;right:-100px;top:-220px}.final-cta>div{position:relative;z-index:1}.final-cta h2{font-size:clamp(32px,3.7vw,48px)}.final-cta>div>p:not(.eyebrow){color:#d0e0ff;font-size:13px;max-width:480px;margin:14px 0 0}.cta-buttons{display:flex;gap:10px;flex-wrap:wrap}.button-white{background:#fff;color:var(--blue)}.button-white:hover{transform:translateY(-2px)}.button-outline{border:1px solid #a4c2f6;color:#fff}.button-outline:hover{background:#ffffff14}footer{background:#041E63;color:#dae6fb;padding:35px max(36px,calc((100vw - 1138px)/2));display:flex;justify-content:space-between;align-items:center;gap:30px;font-size:10px}.footer-brand{color:#fff}.footer-brand img{width:42px;height:42px}.footer-brand strong{font-size:20px}.footer-brand small{font-size:6px}footer p{margin:0;line-height:1.6}footer div{display:flex;gap:19px}footer div a{color:#d9e5fb;text-decoration:none}.floating-call,.floating-whatsapp{position:fixed;bottom:20px;width:47px;height:47px;border-radius:50%;color:#fff;display:grid;place-items:center;text-decoration:none;z-index:10;box-shadow:0 10px 18px #041E6338;font-size:20px}.floating-call{left:20px;background:var(--blue)}.floating-whatsapp{right:20px;background:#1eab60}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:none}@keyframes float{50%{transform:rotate(-9deg) translateY(-13px)}}@media(max-width:900px){nav{gap:16px}.site-header{padding:0 22px}.hero{padding:65px 25px 48px;grid-template-columns:1fr}.hero-art{height:370px;margin-top:25px}.hero-medallion{width:230px;height:230px}.orbit-a{width:360px;height:220px}.orbit-b{width:300px;height:400px}.feature-grid{grid-template-columns:repeat(2,1fr)}.about-panel{grid-template-columns:1fr}.about-content{padding:60px 36px}.about-art{height:240px}.specialist{gap:50px}.service-grid{grid-template-columns:repeat(2,1fr)}.conditions{display:block}.condition-list{justify-content:flex-start;margin-top:35px}.contact{grid-template-columns:1fr;gap:30px}.contact .section-intro{max-width:none}.final-cta{margin-left:25px;margin-right:25px;padding:45px 30px;display:block}.cta-buttons{margin-top:27px}}@media(max-width:640px){.site-header{height:72px;padding:0 18px}.site-header.scrolled{height:64px}.brand strong{font-size:18px}.brand img{width:37px;height:37px}.nav-action{padding:9px 11px}.nav-action span{display:none}.menu-toggle{display:flex;border:0;background:transparent;width:35px;padding:7px;gap:5px;flex-direction:column}.menu-toggle span{height:2px;background:var(--navy);width:21px;transition:.3s}.site-header nav{position:absolute;top:65px;left:18px;right:18px;display:none;flex-direction:column;background:#fff;border:1px solid var(--line);box-shadow:0 20px 40px #041E631a;padding:18px;border-radius:12px;gap:11px}.site-header nav.open{display:flex}.hero{padding:54px 20px 35px;min-height:auto}.hero h1{font-size:46px;letter-spacing:-2px}.hero-text{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.hero-art{height:310px}.hero-medallion{width:190px;height:190px}.grid-lines{width:290px;height:290px}.orbit-a{width:300px;height:160px}.orbit-b{width:250px;height:330px}.tag-a{right:0}.tag-b{left:0}.scroll-prompt{display:none}.section{padding:75px 20px}.feature-grid,.service-grid{grid-template-columns:1fr}.feature-card{min-height:185px}.feature-card h3{margin-top:26px}.about-panel{border-radius:0}.about-content{padding:64px 20px}.specialist{grid-template-columns:1fr;padding-top:70px;padding-bottom:70px;gap:32px}.specialist-visual{height:330px}.specialist-logo{width:165px;height:165px;right:27px;bottom:34px}.service-card{min-height:240px}.conditions{padding-top:10px}.journey-track{grid-template-columns:1fr;gap:30px;margin-top:45px}.journey-track:before{left:50%;right:auto;top:5%;bottom:5%;height:auto;width:1px}.journey-track article{display:grid;grid-template-columns:55px 1fr;text-align:left;column-gap:18px;align-items:center}.journey-track article b{display:none}.journey-track i{grid-row:1/3;margin:0;width:45px;height:45px}.journey-track h3{margin:0}.journey-track p{margin:4px 0;max-width:none}.reviews-contact{grid-template-columns:1fr;padding-top:75px;padding-bottom:35px}.review-block,.rating-card{padding:34px 28px}.contact{padding-top:35px}.contact-card{grid-template-columns:1fr}.map-block{min-height:250px}.final-cta{margin:0 20px 36px;padding:38px 24px}.cta-buttons{display:grid;grid-template-columns:1fr}.button{width:100%}footer{padding:35px 20px;display:block}footer p{margin:22px 0}footer div{flex-wrap:wrap}.floating-call,.floating-whatsapp{width:43px;height:43px;bottom:13px}.floating-call{left:13px}.floating-whatsapp{right:13px}}
#brand-asset{display:none}svg{width:1em;height:1em;stroke-width:1.8;vertical-align:-.14em}.nav-action svg{font-size:15px}.button svg,.text-link svg,.service-card a svg,.rating-card a svg,.map-block>span svg,footer div a svg{margin-left:7px}.trust-row svg{width:12px;height:12px;color:var(--blue);margin-right:3px}.feature-card .icon svg,.service-icon svg{display:block}.journey-track [data-lucide]{width:48px;height:48px;background:#fff;color:var(--blue);border-radius:50%;display:grid;place-items:center;padding:13px;margin:auto;box-shadow:0 0 0 8px #ffffff12;position:relative;stroke-width:1.8}.stars svg{width:14px;height:14px;fill:currentColor;vertical-align:0}.map-pin svg{position:absolute;width:15px;height:15px;top:8px;left:8px;transform:rotate(45deg);stroke-width:2.2}.floating-call svg,.floating-whatsapp svg{vertical-align:0}
@media(max-width:640px){.journey-track [data-lucide]{grid-row:1/3;margin:0;width:45px;height:45px}}/* Hero composition refinement */
@media (min-width:901px){
  .hero-medallion{width:255px;height:255px;justify-self:center;align-self:center}
  .art-tag{z-index:3;background:#fff}
  .tag-a{top:22%;right:10%}
  .tag-b{bottom:24%;left:10%}
}/* Why TORQUE icon containers */
.feature-card .icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f8fbff,#eaf2ff);border:1px solid #dce8fb;box-shadow:inset 2px 2px 5px #fff,0 7px 16px #0A4DFF14}
.feature-card .icon svg{width:23px;height:23px;stroke-width:1.9}/* TORQUE brand identity refinement */
h1,h2,.hero h1{font-weight:800}.hero-art:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,#0A4DFF1d 0,transparent 68%);filter:blur(5px);pointer-events:none}.hero-medallion{background:linear-gradient(145deg,#0A4DFF,#041E63 70%);box-shadow:inset 14px 14px 20px #3974ff,inset -18px -18px 30px #031541,0 38px 60px #0A4DFF33}.art-tag{display:none}.about-brand-mark{position:absolute;z-index:2;width:150px;height:150px;border-radius:50%;right:18%;bottom:64px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#dce9ff);box-shadow:18px 20px 34px #041E6330,inset 8px 8px 15px #fff}.about-brand-mark img{width:76%;height:76%;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}@media(max-width:900px){.about-brand-mark{right:16%;bottom:42px;width:124px;height:124px}}/* Production accessibility safeguards */
a:focus-visible,button:focus-visible{outline:3px solid #0A4DFF;outline-offset:4px}.site-header .menu-toggle:focus-visible{border-radius:7px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-medallion{animation:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}/* Revision round 2: About, conditions, clinic information and CTA */
.whatsapp-icon{width:16px;height:16px;fill:currentColor;stroke:none;flex:0 0 auto;vertical-align:middle}.nav-action .whatsapp-icon{width:15px;height:15px}.floating-whatsapp .whatsapp-icon{width:22px;height:22px}.about-panel{grid-template-columns:1fr 1fr;min-height:470px}.about-content{padding:72px 58px 66px;max-width:none}.about-content h2{font-size:clamp(33px,3.3vw,48px);max-width:470px}.about-content>p:not(.eyebrow){max-width:480px;margin:16px 0;color:#dce8ff}.about-button{margin-top:10px}.about-physio{background:#fff;color:var(--ink);position:relative;padding:72px 165px 60px 58px;display:flex;align-items:center}.about-physio .eyebrow{margin-bottom:13px}.physio-copy{width:100%}.about-physio h3{font:800 clamp(24px,2.2vw,32px)/1.2 Poppins,sans-serif;letter-spacing:-1.25px;color:var(--navy);margin:0}.about-physio .credentials{font-size:11px;font-weight:800;color:var(--blue);margin:13px 0 28px}.physio-points{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.physio-points span{display:flex;align-items:center;gap:8px;color:#344563;font-size:11px;font-weight:700;white-space:nowrap}.physio-points svg{width:15px;height:15px;padding:2px;border:1px solid #9ebcf8;border-radius:50%;color:var(--blue);stroke-width:2.4}.about-physio .about-brand-mark{right:35px;bottom:auto;top:50%;transform:translateY(-50%);width:112px;height:112px}.conditions{display:block;text-align:center;padding-top:85px;padding-bottom:105px}.conditions .section-intro{margin:0 auto}.condition-list{max-width:850px;justify-content:center;margin:38px auto 0;gap:11px}.condition-list span{min-width:138px;padding:10px 16px;border-color:#c9d8f2;box-shadow:0 6px 16px #041E6308}.clinic-info{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:16px;align-items:stretch;padding-top:75px;padding-bottom:105px}.google-reviews-card,.clinic-contact-card,.clinic-map{border:1px solid #e5eaf1;background:#fff;border-radius:18px;box-shadow:0 15px 35px #041E630b;padding:34px;min-height:390px}.google-reviews-card{display:flex;flex-direction:column;align-items:flex-start}.google-wordmark{display:flex;align-items:center;gap:11px;color:#1d2a44;font:800 17px Poppins,sans-serif}.google-wordmark span{font:800 33px Poppins,sans-serif;line-height:1;color:#4285f4}.google-reviews-card .stars{margin:27px 0 20px}.google-reviews-card h3{font:800 24px/1.2 Poppins,sans-serif;color:var(--navy);margin:0}.google-reviews-card p{color:var(--muted);font-size:12px;margin:12px 0 25px}.google-reviews-card .button{margin-top:auto}.clinic-contact-card{padding:33px}.clinic-contact-card .eyebrow{margin-bottom:21px}.contact-row{display:grid;grid-template-columns:18px 1fr;gap:11px;margin:0 0 14px;color:var(--blue)}.contact-row>svg{width:17px;height:17px;margin-top:2px;stroke-width:2}.contact-row p{margin:0;color:#4b5b72;font-size:11px;line-height:1.55}.contact-row b,.hours b{display:block;color:var(--navy);font-size:10px;text-transform:uppercase;letter-spacing:.55px;margin-bottom:2px}.contact-row a{color:#4b5b72;text-decoration:none}.contact-row a:hover{color:var(--blue)}.clinic-contact-card .hours{display:grid;grid-template-columns:1fr;gap:3px;border-top:1px solid #e8edf4;margin-top:18px;padding-top:15px;font-size:11px;color:#4b5b72;line-height:1.55}.clinic-contact-card .hours em{font-style:normal;color:#8290a2}.clinic-map{padding:0;overflow:hidden;position:relative;display:flex;min-height:390px}.clinic-map iframe{border:0;width:100%;min-height:390px;filter:saturate(.78) contrast(.95)}.clinic-map .button{position:absolute;left:22px;bottom:20px}.final-cta{display:flex;flex-direction:column;text-align:center;align-items:center;padding:56px max(36px,calc((100vw - 1138px)/2)) 42px}.final-cta>div>p:not(.eyebrow){margin-left:auto;margin-right:auto}.cta-buttons{justify-content:center;flex-wrap:nowrap}.cta-contact{display:flex;justify-content:center;gap:22px;margin:21px 0 0;color:#d0e0ff;font-size:11px;font-weight:600}.cta-contact a{color:#d0e0ff;text-decoration:none}.cta-contact a:hover{text-decoration:underline}
@media(max-width:1050px){.about-physio{padding-right:145px;padding-left:38px}.about-content{padding-left:40px;padding-right:40px}.about-physio .about-brand-mark{right:22px;width:96px;height:96px}.physio-points{grid-template-columns:1fr}.clinic-info{grid-template-columns:1fr 1fr}.clinic-map{grid-column:1/-1;min-height:280px}.clinic-map iframe{min-height:280px}}
@media(max-width:640px){.about-panel{grid-template-columns:1fr}.about-content{padding:58px 25px}.about-physio{padding:50px 25px 165px}.physio-points{gap:11px}.physio-points span{font-size:10px;white-space:normal}.about-physio .about-brand-mark{top:auto;bottom:30px;right:50%;transform:translateX(50%)}.conditions{padding-top:70px;padding-bottom:70px}.condition-list{gap:8px;margin-top:30px}.condition-list span{min-width:calc(50% - 4px);padding:9px 8px;font-size:10px}.clinic-info{grid-template-columns:1fr;padding-top:65px;padding-bottom:75px}.google-reviews-card,.clinic-contact-card,.clinic-map{min-height:auto;padding:28px}.clinic-map{grid-column:auto;padding:0;min-height:265px}.clinic-map iframe{min-height:265px}.cta-buttons{width:100%;display:grid;grid-template-columns:1fr;gap:9px}.cta-contact{flex-direction:column;gap:5px}.final-cta{padding:42px 24px 35px}.whatsapp-icon{vertical-align:-.1em}}/* Final UI refinement */
.why .section-intro{max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.why .section-intro .eyebrow{justify-content:center}.why .section-intro>p:last-child{margin-left:auto;margin-right:auto}.about-panel{min-height:360px}.about-content{padding-top:54px;padding-bottom:50px}.about-physio{padding:54px 58px}.about-physio .credentials{margin-bottom:18px}.physio-bio{max-width:490px;color:#5e6d82;font-size:13px;line-height:1.75;margin:0}.conditions{padding-top:74px;padding-bottom:82px}.condition-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));max-width:1050px;gap:14px;margin-top:34px}.condition-list span{min-width:0;min-height:56px;padding:12px 18px;display:flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap}.condition-list span svg{width:17px;height:17px;color:var(--blue);stroke-width:1.9;flex:0 0 auto}.clinic-info{padding-top:55px;padding-bottom:75px}.review-summary{display:flex;gap:28px;margin:27px 0 20px}.review-summary div{display:grid;gap:2px}.review-summary strong{font:800 30px/1 Poppins,sans-serif;color:var(--navy)}.review-summary span{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.55px}.review-slots{display:grid;gap:8px;width:100%;margin:0 0 24px}.review-slots div{height:31px;border-radius:7px;background:linear-gradient(90deg,#eef3fb,#fafcff 54%,#eef3fb);background-size:200% 100%;animation:review-sheen 2.2s ease-in-out infinite}@keyframes review-sheen{50%{background-position:-100% 0}}.google-reviews-card .button{margin-top:auto}.final-cta .cta-contact{font-weight:500}.final-cta .cta-contact a{color:#d0e0ff}.final-cta .cta-contact a:hover{color:#fff;text-decoration:none}
@media(max-width:1050px){.condition-list{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px}.condition-list span{white-space:normal}.about-physio{padding:48px 38px}}
@media(max-width:640px){.about-content{padding:46px 25px}.about-physio{padding:42px 25px}.conditions{padding-top:64px;padding-bottom:70px}.condition-list{grid-template-columns:1fr;max-width:330px;gap:9px}.condition-list span{min-height:52px}.clinic-info{padding-top:45px;padding-bottom:62px}.review-summary{gap:20px}.review-slots{margin-bottom:22px}}
@media(prefers-reduced-motion:reduce){.review-slots div{animation:none}}.google-wordmark span{background:conic-gradient(from -35deg,#4285f4 0 27%,#34a853 27% 43%,#fbbc05 43% 61%,#ea4335 61% 78%,#4285f4 78% 100%);-webkit-background-clip:text;background-clip:text;color:transparent}@media(min-width:901px) and (max-width:1050px){.condition-list{grid-template-columns:repeat(5,minmax(0,1fr));max-width:1050px}.condition-list span{white-space:nowrap;padding-left:10px;padding-right:10px;font-size:10px;gap:5px}}/* Compact About / Physiotherapist split card */
.about-panel.section-pad{padding-left:0;padding-right:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:380px;max-height:440px;background:#041E63}.about-content,.about-physio{min-height:380px;display:flex;flex-direction:column;justify-content:center}.about-content{padding:46px 52px 44px}.about-content h2{font-size:clamp(31px,2.8vw,39px);line-height:1.12;letter-spacing:-1.7px;margin:0;max-width:420px}.about-content>p:not(.eyebrow){font-size:13px;line-height:1.65;margin:11px 0 0;max-width:455px}.about-content .about-button{align-self:flex-start;margin-top:20px}.about-physio{padding:46px 52px 44px;background:#fff;align-items:flex-start}.about-physio .eyebrow{margin:0 0 10px}.about-physio h3{font-size:clamp(24px,2vw,30px);line-height:1.18;letter-spacing:-1px}.about-physio .credentials{margin:10px 0 13px}.physio-bio{font-size:13px;line-height:1.65;margin:0;max-width:450px}.about-brand-mark,.about-ring,.line-figure,.about-stat{display:none!important}@media(max-width:900px){.about-panel.section-pad{max-height:none;grid-template-columns:1fr}.about-content,.about-physio{min-height:auto;padding:44px 38px}.about-content h2{max-width:500px}}@media(max-width:640px){.about-content,.about-physio{padding:40px 25px}.about-content h2{font-size:30px}.about-content .about-button{margin-top:18px}}/* Conditions pill refinement */
@media(min-width:901px){.condition-list span{min-height:62px;padding:14px 22px}.condition-list span svg{width:18px;height:18px}}/* Google Reviews action card */
.google-reviews-card{justify-content:center}.google-reviews-card p{margin:18px 0 26px;line-height:1.7}.review-actions{display:grid;gap:11px;width:100%;margin-top:0}.review-actions .button{width:100%;margin:0}.review-summary,.review-slots{display:none!important}/* Final CTA secondary contact actions */
.secondary-contact-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(100%,530px);margin-top:20px}.secondary-contact-card{display:flex;align-items:center;gap:11px;min-height:58px;padding:10px 15px;border:1px solid #a4c2f6;border-radius:11px;background:#ffffff0b;color:#fff;text-align:left;text-decoration:none;transition:.25s var(--ease)}.secondary-contact-card:hover{transform:translateY(-2px);background:#ffffff18;border-color:#fff}.secondary-contact-card>svg{width:20px;height:20px;flex:0 0 auto;stroke-width:1.8}.secondary-contact-card span{display:grid;gap:0;min-width:0}.secondary-contact-card small{color:#d0e0ff;font-size:9px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.secondary-contact-card strong{font-size:11px;line-height:1.4;color:#fff}@media(max-width:640px){.secondary-contact-row{grid-template-columns:1fr;width:100%;margin-top:16px}.secondary-contact-card{min-height:55px}}/* Balanced About / Physiotherapist content grid */
.about-content,.about-physio{padding:46px 52px}.about-content{display:grid;grid-template-rows:16px 83px minmax(0,1fr) 49px;gap:10px;align-items:start}.about-content .eyebrow,.about-physio .eyebrow{margin:0}.about-content h2{min-height:0;align-self:start;margin:0}.about-body{align-self:start}.about-body p{font-size:13px;line-height:1.65;color:#dce8ff;margin:0}.about-body p+p{margin-top:10px}.about-content .about-button{align-self:end;margin:0}.about-physio{display:block}.physio-copy{height:100%;display:grid;grid-template-rows:16px 83px minmax(0,1fr) 49px;gap:10px}.doctor-title-block{align-self:start}.about-physio h3{margin:0;min-height:0}.about-physio .credentials{margin:8px 0 0}.physio-bio{align-self:start;max-width:none}.physio-bio p{margin:0;font-size:13px;line-height:1.65}.physio-bio p+p{margin-top:10px}.doctor-button{align-self:end;justify-self:start;margin:0;gap:9px}.doctor-button svg{width:16px;height:16px;margin:0}@media(max-width:900px){.about-content,.about-physio{padding:44px 38px}.about-content,.physio-copy{grid-template-rows:auto auto auto 49px;gap:12px}}@media(max-width:640px){.about-content,.about-physio{padding:40px 25px}.about-content,.physio-copy{grid-template-rows:auto auto auto 49px;gap:12px}.about-content h2{min-height:0}}.about-physio{display:flex}.physio-copy{flex:1}/* Matched About-card CTAs */
.about-button,.doctor-button{width:212px;min-width:212px;height:49px;min-height:49px}.doctor-button{display:inline-flex;align-items:center;justify-content:center}
@media(max-width:640px){.about-button,.doctor-button{width:100%;min-width:0}}/* Mobile and tablet recovery timeline: dedicated left rail */
@media(max-width:900px){.journey-track{display:flex;flex-direction:column;gap:24px;margin-top:46px}.journey-track:before{left:32px;right:auto;top:26px;bottom:26px;width:1px;height:auto;z-index:0}.journey-track article{display:grid;grid-template-columns:64px minmax(0,1fr);column-gap:18px;align-items:center;text-align:left;position:relative}.journey-track article b{display:none}.journey-track [data-lucide]{grid-row:1/3;grid-column:1;margin:0 auto;width:48px;height:48px;position:relative;z-index:1}.journey-track h3{grid-column:2;margin:0;font-size:14px}.journey-track p{grid-column:2;margin:4px 0 0;max-width:none;text-align:left}.journey-track article:last-child{margin-bottom:0}}
@media(max-width:640px){.journey-track:before{left:32px;top:24px;bottom:24px}.journey-track article{grid-template-columns:64px minmax(0,1fr);column-gap:16px}.journey-track [data-lucide]{width:45px;height:45px}}