*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0f1117;--paper:#fafaf7;--cream:#f2f0e8;--accent:#1a3a5c;--accent2:#c8973a;--teal:#1d6a5a;--muted:#6b6b72;--border:#0f11171a;--white:#fff}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:Outfit,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}nav{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:.5px solid var(--border);background:#fafaf7f2;justify-content:space-between;padding:1rem 3.5rem;position:fixed;top:0;left:0;right:0}.logo,nav{align-items:center;display:flex}.logo{gap:.6rem;text-decoration:none}.logo-mark{background:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-mark span{color:#fff;font-size:1rem;line-height:1}.logo-mark span,.logo-text{font-family:Cormorant Garamond,serif;font-weight:600}.logo-text{letter-spacing:.01em;color:var(--ink);font-size:1.15rem}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);letter-spacing:.03em;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-cta{background:var(--accent);border-radius:2px;padding:.45rem 1.1rem;color:#fff!important;font-weight:500!important;transition:background .2s!important}.nav-cta:hover{background:#0f2540!important}.hamburger{cursor:pointer;z-index:210;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:199;border-top:.5px solid var(--border);background:#fafaf7fa;flex-direction:column;gap:0;padding:2rem 1.5rem;display:none;position:fixed;inset:62px 0 0}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--ink);border-bottom:.5px solid var(--border);padding:1rem 0;font-size:1.05rem;font-weight:400;text-decoration:none;transition:color .2s;display:block}.mobile-nav a:hover{color:var(--accent)}.mobile-nav .mob-cta{background:var(--accent);text-align:center;border-bottom:none;border-radius:3px;margin-top:1.5rem;padding:.85rem 1.5rem;font-weight:500;color:#fff!important}.trust-strip{background:var(--cream);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);flex-wrap:wrap;justify-content:center;gap:2.5rem;padding:.9rem 3.5rem}.trust-item,.trust-strip{align-items:center;display:flex}.trust-item{color:var(--muted);white-space:nowrap;gap:.55rem;font-size:.8rem;font-weight:400}.trust-item svg{width:15px;height:15px;stroke:var(--teal);stroke-width:2px;fill:none;flex-shrink:0}.trust-sep{background:var(--border);flex-shrink:0;width:1px;height:18px}@media (width<=680px){.trust-strip{flex-wrap:nowrap;justify-content:flex-start;gap:1rem;padding:.9rem 1.25rem;overflow-x:auto}.trust-sep{display:none}}.hero{grid-template-columns:55% 45%;min-height:92vh;padding:68px 0 0;display:grid}.hero-left{flex-direction:column;justify-content:center;padding:4rem 3.5rem 3rem;display:flex;position:relative}.hero-left:after{content:"OB";color:#0f111708;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Cormorant Garamond,serif;font-size:22rem;font-weight:600;line-height:1;position:absolute;bottom:-2rem;left:-1rem}.pill{background:var(--cream);border:.5px solid var(--border);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.75rem;padding:.35rem .9rem;font-size:.75rem;font-weight:500;display:inline-flex}.pill-dot{background:var(--teal);border-radius:50%;flex-shrink:0;width:6px;height:6px}h1{margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,4.5vw,4.2rem);font-weight:600;line-height:1.1}h1 em{color:var(--accent2);font-style:italic}.hero-sub{color:var(--muted);max-width:460px;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.85}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--accent);color:#fff;letter-spacing:.04em;border-radius:2px;align-items:center;gap:.5rem;padding:.85rem 1.9rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:#0f2540;transform:translateY(-1px)}.btn-outline{color:var(--ink);border:.5px solid var(--border);border-radius:2px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.btn-outline:hover{border-color:var(--ink);background:var(--cream)}.hero-stats{border-top:.5px solid var(--border);gap:2.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.stat-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;line-height:1;display:block}.stat-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:.25rem;font-size:.75rem;display:block}.hero-right{background:var(--accent);flex-direction:column;justify-content:center;padding:4rem 2.5rem;display:flex;position:relative;overflow:hidden}.hero-right:before{content:"";border:1px solid #ffffff0f;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.hero-right:after{content:"";border:1px solid #ffffff0a;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-120px;left:-120px}.hero-right-inner{z-index:1;position:relative}.region-tab{border:.5px solid #ffffff26;border-radius:3px;gap:0;width:fit-content;margin-bottom:1.5rem;display:flex;overflow:hidden}.region-tab button{letter-spacing:.05em;cursor:pointer;color:#ffffff73;background:0 0;border:none;padding:.4rem 1.1rem;font-family:Outfit,sans-serif;font-size:.78rem;font-weight:500;transition:background .2s,color .2s}.region-tab button.active{background:var(--accent2);color:#fff}.services-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.service-item{color:#ffffffd9;align-items:flex-start;gap:.75rem;font-size:.9rem;font-weight:300;display:flex}.service-check{background:var(--accent2);border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:3px;display:flex}.service-check svg{stroke:#fff;stroke-width:2.5px;fill:none;width:10px;height:10px}.hero-contact-card{background:#ffffff0f;border:.5px solid #ffffff1f;border-radius:4px;padding:1.25rem 1.5rem}.contact-card-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:.75rem;font-size:.72rem}.contact-card-row{color:#fffc;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.contact-card-row:last-child{margin-bottom:0}.contact-card-row a{color:#fffc;font-size:.85rem;text-decoration:none}section{padding:4rem 3.5rem}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent2);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.72rem;font-weight:500;display:flex}.section-label:before{content:"";background:var(--accent2);width:28px;height:1px;display:block}h2{margin-bottom:.85rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.9rem,3vw,2.75rem);font-weight:600;line-height:1.15}.section-sub{color:var(--muted);max-width:580px;margin-bottom:0;font-size:1rem;font-weight:300;line-height:1.85}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin-top:2.5rem;display:grid}.about-body{color:var(--muted);font-size:.95rem;font-weight:300;line-height:1.9}.about-body p{margin-bottom:1.25rem}.values-stack{flex-direction:column;gap:1rem;display:flex}.value-card{background:var(--white);border:.5px solid var(--border);border-radius:4px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.value-icon{background:var(--cream);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.value-icon svg{width:18px;height:18px;stroke:var(--accent);stroke-width:1.5px;fill:none}.value-card h4{margin-bottom:.25rem;font-size:.9rem;font-weight:500}.value-card p{color:var(--muted);font-size:.83rem;font-weight:300;line-height:1.6}.services-section{background:var(--cream)}.services-tabs{border:.5px solid var(--border);border-radius:3px;gap:0;width:fit-content;margin-top:2rem;margin-bottom:2rem;display:flex;overflow:hidden}.tab-btn{letter-spacing:.04em;cursor:pointer;color:var(--muted);background:0 0;border:none;padding:.6rem 1.5rem;font-family:Outfit,sans-serif;font-size:.83rem;font-weight:500;transition:background .2s,color .2s}.tab-btn.active{background:var(--accent);color:#fff}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.service-card{background:var(--white);border:.5px solid var(--border);cursor:pointer;border-radius:4px;padding:1.5rem;transition:border-color .2s}.service-card:hover{border-color:#0f111740}.service-card-icon{background:var(--cream);border-radius:3px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;display:flex}.service-card-icon svg{width:20px;height:20px;stroke:var(--accent);stroke-width:1.5px;fill:none}.service-card h3{margin-bottom:.5rem;font-size:.95rem;font-weight:500}.service-card p{color:var(--muted);font-size:.82rem;font-weight:300;line-height:1.7}.card-view-hint{color:var(--accent2);float:right;margin-top:2px;font-size:.72rem}.uae-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.uae-card{background:var(--white);border:.5px solid var(--border);border-radius:4px;padding:1.5rem}.uae-card.clickable{cursor:pointer;transition:border-color .2s}.uae-card.clickable:hover{border-color:#0f111740}.uae-card h3{margin-bottom:.5rem;font-size:.95rem;font-weight:500}.uae-card p{color:var(--muted);font-size:.82rem;font-weight:300;line-height:1.7}.uae-view-hint{color:var(--teal);float:right;margin-top:2px;font-size:.72rem}.uae-badge{color:#1d6a5a;letter-spacing:.07em;text-transform:uppercase;background:#e8f4f0;border-radius:2px;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.68rem;font-weight:500;display:inline-block}.pricing-section{background:var(--ink)}.pricing-section .section-label{color:var(--accent2)}.pricing-section h2{color:#fff}.pricing-section .section-sub{color:#ffffff80}.pricing-tabs{border:.5px solid #ffffff1f;border-radius:3px;gap:0;width:fit-content;margin-top:2rem;margin-bottom:2rem;display:flex;overflow:hidden}.pricing-tab-btn{letter-spacing:.04em;cursor:pointer;color:#fff6;background:0 0;border:none;padding:.6rem 1.5rem;font-family:Outfit,sans-serif;font-size:.83rem;font-weight:500;transition:background .2s,color .2s}.pricing-tab-btn.active{background:var(--accent2);color:#fff}.pricing-grid{background:#ffffff14;border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.pricing-grid.cols-2{grid-template-columns:repeat(2,1fr)}.price-card{background:var(--ink);padding:1.75rem;transition:background .2s}.price-card:hover{background:#161b26}.price-tag{color:#fff;margin:.75rem 0 .25rem;font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:600;line-height:1}.price-period{color:#ffffff59;margin-bottom:1rem;font-size:.75rem}.price-name,.price-period{letter-spacing:.05em;text-transform:uppercase}.price-name{color:#ffffff8c;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500}.price-desc{color:#fff6;min-height:60px;margin-bottom:1.25rem;font-size:.82rem;font-weight:300;line-height:1.7}.price-features{flex-direction:column;gap:.5rem;list-style:none;display:flex}.price-features li{color:#fff9;align-items:flex-start;gap:.5rem;font-size:.8rem;font-weight:300;display:flex}.price-features li:before{content:"–";color:var(--accent2);flex-shrink:0;margin-top:.15rem;font-size:.75rem}.price-card.featured{background:#1a3a5c}.price-featured-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--accent2);margin-bottom:.5rem;font-size:.68rem;font-weight:500}.pricing-note{color:#ffffff4d;margin-top:1.5rem;font-size:.8rem;font-weight:300}.pricing-note a{color:var(--accent2);text-decoration:none}.how-grid{border:.5px solid var(--border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:0;margin-top:2.5rem;display:grid;overflow:hidden}.step-card{border-right:.5px solid var(--border);padding:2rem 1.75rem;position:relative}.step-card:last-child{border-right:none}.step-num{color:#0f11170f;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:600;line-height:1}.step-card h3{margin-bottom:.75rem;font-size:1.05rem;font-weight:500}.step-card p{color:var(--muted);font-size:.85rem;font-weight:300;line-height:1.8}.step-action{color:var(--accent);border-bottom:1px solid #0000;align-items:center;gap:.4rem;margin-top:1rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:border-color .2s;display:inline-flex}.step-action:hover{border-color:var(--accent)}.why-section{background:var(--cream)}.why-grid{background:var(--border);border-radius:4px;grid-template-columns:1fr 1fr;gap:1px;margin-top:2rem;display:grid;overflow:hidden}.why-card{background:var(--cream);padding:2rem 1.75rem}.why-card-num{color:var(--accent2);opacity:.6;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:600;line-height:1}.why-card h3{margin-bottom:.75rem;font-size:1.05rem;font-weight:500}.why-card p{color:var(--muted);font-size:.85rem;font-weight:300;line-height:1.8}.contact-section{background:var(--white)}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin-top:2rem;display:grid}.contact-info{flex-direction:column;gap:1.25rem;display:flex}.contact-row{background:var(--paper);border:.5px solid var(--border);border-radius:4px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.contact-row-icon{background:var(--cream);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.contact-row-icon svg{width:18px;height:18px;stroke:var(--accent);stroke-width:1.5px;fill:none}.contact-row h4{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem;font-size:.78rem;font-weight:500}.contact-row a,.contact-row p{color:var(--ink);font-size:.9rem;font-weight:400;text-decoration:none}.contact-row-note{margin-bottom:.5rem;color:var(--muted)!important;font-size:.82rem!important;font-weight:300!important}.contact-btn{border-radius:3px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1.1rem;text-decoration:none;display:inline-flex;color:#fff!important;font-size:.85rem!important;font-weight:500!important}.contact-btn.email{background:var(--accent)}.contact-btn.whatsapp{background:#25d366}.contact-form-wrap{background:var(--paper);border:.5px solid var(--border);border-radius:4px;padding:2rem}.contact-form-wrap h3{margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.form-group{margin-bottom:1rem}.form-group label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-size:.78rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border:.5px solid var(--border);background:var(--white);width:100%;color:var(--ink);border-radius:3px;outline:none;padding:.7rem .9rem;font-family:Outfit,sans-serif;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-submit{background:var(--accent);color:#fff;cursor:pointer;letter-spacing:.04em;border:none;border-radius:3px;width:100%;margin-top:.5rem;padding:.9rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;transition:background .2s}.form-submit:hover{background:#0f2540}.form-success{text-align:center;color:var(--teal);padding:2rem;font-size:.9rem}.dark-section{background:var(--ink)}.dark-section h2{color:#fff}.dark-section .section-label{color:var(--accent2)}.reviews-grid{background:#ffffff14;border-radius:4px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;display:grid;overflow:hidden}.review-card{background:#0f1117;flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.review-card.highlight{border-left:2px solid var(--accent2)}.review-stars{color:var(--accent2);letter-spacing:2px;font-size:1rem}.review-text{color:#ffffffa6;font-size:.88rem;font-style:italic;font-weight:300;line-height:1.85}.review-author{border-top:.5px solid #ffffff14;margin-top:auto;padding-top:1rem}.review-author-name{color:#fff;font-size:.88rem;font-weight:500}.review-author-role{color:#ffffff59;margin-top:2px;font-size:.78rem}.faq-item{background:var(--white);border:.5px solid var(--border);border-radius:4px;overflow:hidden}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;display:flex}.faq-arrow{flex-shrink:0;transition:transform .2s}.faq-arrow.open{transform:rotate(180deg)}.faq-body{color:var(--muted);padding:0 1.5rem 1.1rem;font-size:.87rem;font-weight:300;line-height:1.8}footer{background:var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem 3.5rem;display:flex}.footer-logo{color:#ffffffb3;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600}.footer-tagline{color:#ffffff4d;margin-top:.25rem;font-size:.8rem;font-style:italic;font-weight:300}.footer-links{gap:2rem;display:flex}.footer-links a{color:#ffffff59;font-size:.8rem;font-weight:300;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#ffffffb3}.footer-copy{color:#fff3;font-size:.75rem;font-weight:300}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:none}.hmrc-news-section{background:var(--cream)}.hmrc-news-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.hmrc-news-card{background:var(--white);border:.5px solid var(--border);color:inherit;border-radius:4px;padding:1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}.hmrc-news-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 10px 28px #0f111714}.hmrc-news-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--accent2);margin-bottom:.75rem;font-size:.68rem;font-weight:500;display:inline-block}.hmrc-news-tag.urgent{color:#a32d2d}.hmrc-news-card h3{color:var(--ink);margin-bottom:.6rem;font-size:1rem;font-weight:500;line-height:1.45}.hmrc-news-card p{color:var(--muted);font-size:.84rem;font-weight:300;line-height:1.7}.hmrc-news-link{color:var(--accent);margin-top:1rem;font-size:.82rem;font-weight:500;display:inline-block}.hmrc-news-note{background:var(--ink);color:#fff;border-radius:4px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding:1.25rem 1.5rem;display:flex}.hmrc-news-note p{color:#ffffffb3;font-size:.9rem;font-weight:300}.hmrc-news-note a{background:var(--accent2);color:#fff;border-radius:3px;padding:.65rem 1rem;font-size:.84rem;font-weight:500;text-decoration:none}.news-inner{max-width:860px;margin:0 auto;padding:6.5rem 2rem 2.5rem}.news-tabs{border:.5px solid var(--border);border-radius:3px;gap:0;width:fit-content;margin-bottom:2rem;display:flex;overflow:hidden}.news-tab-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:.5rem 1.2rem;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:500;transition:background .2s,color .2s}.news-tab-btn.active{background:var(--accent);color:#fff}.news-card{background:var(--white);border:.5px solid var(--border);color:inherit;border-radius:4px;align-items:flex-start;gap:1.25rem;margin-bottom:.75rem;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.news-card:hover{border-color:var(--accent);box-shadow:0 2px 12px #1a3a5c14}.news-card-dot{background:var(--accent2);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.news-card-body{flex:1}.news-card-meta{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem}.news-card h4{margin-bottom:.35rem;font-size:.95rem;font-weight:500;line-height:1.45}.news-card p{color:var(--muted);font-size:.82rem;font-weight:300;line-height:1.7}.news-card-arrow{color:var(--accent);flex-shrink:0;margin-top:2px;font-size:1rem}.news-badge{vertical-align:middle;border-radius:2px;margin-left:6px;padding:.15rem .5rem;font-size:.68rem;font-weight:500}.badge-new{color:#1d6a5a;background:#e8f4f0}.badge-mtd{color:#854f0b;background:#fdf3e3}.badge-urgent{color:#a32d2d;background:#fcebeb}.news-cta{background:var(--cream);border-radius:4px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding:1.25rem 1.5rem;display:flex}.service-modal-overlay{z-index:9999;background:#0f1117b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.service-modal-box{background:#fff;border-radius:8px;width:100%;max-width:620px;max-height:90vh;overflow:auto;box-shadow:0 25px 80px #00000047}.service-modal-head{border-bottom:.5px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;display:flex}.service-modal-head h3{margin:0;font-size:1.35rem;font-weight:500}.service-modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:1.6rem;line-height:1}.service-modal-body{padding:1.5rem 1.75rem 1.75rem}.service-modal-price{color:var(--accent);margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600}.service-modal-desc{color:var(--muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.8}.service-modal-list{background:var(--cream);border-radius:5px;margin-bottom:1.25rem;padding:1.1rem 1.25rem}.service-modal-list h4{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem;font-size:.78rem}.service-modal-list ul{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.service-modal-list li{color:var(--ink);gap:.5rem;font-size:.86rem;display:flex}.service-modal-list li:before{content:"✓";color:var(--teal);font-weight:600}.service-modal-actions{flex-wrap:wrap;gap:.75rem;display:flex}.service-modal-actions a{text-align:center;border-radius:4px;flex:1;min-width:150px;padding:.85rem 1rem;font-size:.86rem;font-weight:500;text-decoration:none}.service-modal-wa{color:#fff;background:#25d366}.service-modal-email{background:var(--accent);color:#fff}@media (width<=900px){nav{padding:1rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{padding:2.5rem 1.5rem}.hero-left{padding:3rem 1.5rem 2rem}section{padding:3rem 1.5rem}.about-grid,.contact-grid{grid-template-columns:1fr;gap:2rem}.how-grid,.pricing-grid,.pricing-grid.cols-2,.services-grid,.uae-grid,.why-grid{grid-template-columns:1fr}.how-grid .step-card{border-right:none;border-bottom:.5px solid var(--border)}.step-card:last-child{border-bottom:none}footer{flex-direction:column;gap:1rem;padding:2rem 1.5rem}.hmrc-news-grid{grid-template-columns:1fr}.hmrc-news-note{align-items:flex-start}.trust-strip{flex-wrap:wrap;justify-content:flex-start;gap:1rem;padding:.75rem 1.5rem}.pricing-tabs,.services-tabs{width:100%;overflow-x:auto}.pricing-tab-btn,.tab-btn{white-space:nowrap}.form-row{grid-template-columns:1fr}.hero-stats{gap:1.25rem;margin-top:1.5rem}.hero-left:after{font-size:10rem}.section-sub{max-width:100%}.news-inner{padding:6rem 1.5rem 2rem}}@media (width<=540px){h1{font-size:2rem;line-height:1.15}h2{font-size:1.55rem}.hero{min-height:auto}.hero-actions{flex-direction:column;align-items:stretch}.btn-outline,.btn-primary{justify-content:center}.hero-stats{flex-wrap:wrap;gap:.85rem;margin-top:1.25rem}.hero-right{padding:2rem 1.25rem}.hero-left{padding:2.5rem 1.25rem 1.5rem}.hero-left:after{display:none}section{padding:2.25rem 1.25rem}.region-tab{width:100%}.region-tab button{text-align:center;flex:1}.contact-form-wrap{padding:1.1rem}.service-modal-box{max-height:95vh}.service-modal-head{padding:1rem 1.1rem}.service-modal-body{padding:1rem 1.1rem 1.5rem}.news-inner{padding:5.5rem 1.1rem 1.5rem}.news-tabs{flex-wrap:wrap;width:100%}.news-tab-btn{text-align:center;flex:1;padding:.4rem;font-size:.75rem}footer{text-align:center;padding:1.5rem 1.25rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.75rem}.trust-strip{flex-wrap:wrap;gap:.65rem;padding:.65rem 1.1rem}.hmrc-news-note{flex-direction:column}.hmrc-news-note a{text-align:center;width:100%;display:block}.step-card,.why-card{padding:1.5rem 1.25rem}.why-card-num{font-size:2rem}.value-card{gap:.75rem;padding:1rem 1.1rem}.contact-row{padding:.9rem}.price-card{padding:1.25rem}.hero-contact-card{padding:1rem 1.1rem}.services-list{gap:.5rem}.hmrc-news-grid,.services-grid,.uae-grid{gap:.75rem}.section-label{font-size:.68rem}.pill{padding:.3rem .75rem;font-size:.7rem}.hero-sub{margin-bottom:1.75rem;font-size:.95rem}.values-stack{gap:.75rem}}
