:root{--ink:#172022;--muted:#5c6a70;--line:#d7e1df;--paper:#fbfaf6;--panel:#fff;--teal:#0f766e;--teal-dark:#115e59;--amber:#d97706;--sky:#d8eef2;--shadow:0 24px 60px rgba(23,32,34,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 clamp(18px,5vw,72px);background:rgba(251,250,246,.92);border-bottom:1px solid rgba(215,225,223,.8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{font-weight:800}.siteHeader nav{display:flex;gap:22px;color:var(--muted);font-size:.95rem}.hero{position:relative;display:grid;align-items:end;min-height:clamp(520px,78vh,760px);padding:128px clamp(18px,5vw,72px) 64px;overflow:hidden;color:#fff}.landingHero{min-height:calc(100vh - 72px)}.heroMedia{position:absolute;inset:0;background:#1b2527;pointer-events:none}.heroMedia img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.heroMedia:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,rgba(11,18,20,.9),rgba(11,18,20,.5) 45%,rgba(11,18,20,.12)),linear-gradient(0deg,rgba(11,18,20,.56),transparent 42%);pointer-events:none}.heroContent{position:relative;z-index:1;max-width:720px}.eyebrow{margin:0 0 12px;color:var(--amber);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:#fbbf24}h1,h2{margin:0;line-height:1.05;letter-spacing:0}h1{max-width:760px;font-size:clamp(3rem,8vw,6.7rem)}h2{font-size:clamp(2rem,4vw,3.6rem)}h3{margin:28px 0 8px;font-size:1.25rem}.hero p:not(.eyebrow),.toolHero p:not(.eyebrow){max-width:620px;margin:22px 0 0;color:rgba(255,255,255,.88);font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.6}.primaryButton,.secondaryButton,.swapButton{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;cursor:pointer;border-radius:8px;font-weight:800}.primaryButton{margin-top:30px;color:#fff;background:var(--teal);border:1px solid rgba(255,255,255,.22)}.primaryButton:hover,.secondaryButton:hover,.swapButton:hover{background:var(--teal-dark);color:#fff}.secondaryButton,.swapButton{color:var(--teal-dark);background:#eaf2f0;border:1px solid var(--line)}.toolHero{padding:96px clamp(18px,5vw,72px) 42px;color:#fff;background:linear-gradient(135deg,#172022,#0f766e)}.toolHero h1{font-size:clamp(2.8rem,7vw,5.8rem)}.calculatorWrap,.contentSection,.countrySection{padding:72px clamp(18px,5vw,72px)}.contentSection{max-width:920px}.contentSection p{color:var(--muted);font-size:1.05rem;line-height:1.7}.contentSection a{color:var(--teal-dark);font-weight:800;text-decoration:underline}.legalSection h2{margin-top:36px}.legalHero h1{font-size:clamp(2.8rem,7vw,5.5rem)}.sectionHeader{display:grid;grid-gap:10px;gap:10px;max-width:780px;margin-bottom:28px}.calculator,.converterTool{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:24px;gap:24px;align-items:stretch}.calculatorPanel,.converterPanel,.resultPanel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.calculatorPanel,.converterPanel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;padding:24px}.converterPanel{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto minmax(0,1fr);align-items:end}.fieldGroup{display:grid;grid-gap:8px;gap:8px}.fullWidth,.modeGroup{grid-column:1/-1}.fieldLabel{color:var(--muted);font-size:.9rem;font-weight:700}.fieldNotice{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}input,select{width:100%;min-height:52px;padding:0 14px;color:var(--ink);background:#f8fbfa;border:1px solid var(--line);border-radius:8px;outline:none}a:focus-visible,button:focus-visible,input:focus,select:focus{border-color:var(--teal);outline:3px solid rgba(15,118,110,.2);outline-offset:2px}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;background:#eaf2f0;border-radius:8px}.segmented button{min-height:46px;color:var(--muted);cursor:pointer;background:transparent;border:0;border-radius:6px;font-weight:800}.segmented button.active{color:#fff;background:var(--teal)}.countryTabs{display:flex;gap:8px;overflow-x:auto;padding:6px;background:#f2f7f6;scrollbar-width:thin}.countryTabs,.countryTabs button{border:1px solid var(--line);border-radius:8px}.countryTabs button{flex:0 0 auto;min-height:42px;padding:0 14px;color:var(--muted);cursor:pointer;background:#fff;font-weight:800;white-space:nowrap}.countryTabs button.active{color:#fff;background:var(--teal);border-color:var(--teal)}.resultPanel{display:grid;align-content:center;grid-gap:18px;gap:18px;padding:28px;background:linear-gradient(135deg,rgba(15,118,110,.1),transparent),var(--panel)}.resultPanel>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.resultPanel span{color:var(--muted);font-weight:700}.resultPanel strong{font-size:clamp(1.35rem,3vw,2.25rem)}.resultPanel .total strong{color:var(--teal-dark)}.resultPanel p{margin:0;color:var(--muted);line-height:1.5}.converterResult strong{font-size:clamp(1.15rem,2.4vw,1.8rem)}.vatCurrencyResult strong{min-width:0;font-size:clamp(1.05rem,2vw,1.55rem);overflow-wrap:anywhere;text-align:right}.errorText{color:#b42318!important;font-weight:800}.estimateBox{align-items:stretch!important;justify-content:stretch!important;padding:18px 0 0!important;border-bottom:0!important}.estimateBox,.estimateContent{display:grid!important;grid-gap:14px!important;gap:14px!important}.estimateContent{padding:16px!important;background:#f8fbfa!important;border:1px solid var(--line)!important;border-radius:8px!important}.estimateValues{display:grid!important;grid-gap:10px!important;gap:10px!important}.estimateValues div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:10px 0!important;border-bottom:1px solid var(--line)!important}.estimateValues strong{font-size:1.05rem!important;color:var(--teal-dark)}.toolDirectory{padding:88px clamp(18px,5vw,72px);background:linear-gradient(180deg,#edf7f6,#fbfaf6 36%)}.toolDirectory>.sectionHeader{max-width:880px;margin-bottom:52px}.toolDirectory>.sectionHeader>p:not(.eyebrow){margin:4px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.7}.toolGroups{display:grid;grid-gap:56px;gap:56px}.toolGroup{display:grid;grid-gap:22px;gap:22px}.toolGroupHeader{display:grid;grid-template-columns:minmax(140px,.3fr) minmax(0,1fr);grid-gap:28px;gap:28px;align-items:end;max-width:960px}.toolGroupHeader h3{margin:0;font-size:clamp(1.45rem,3vw,2rem)}.toolGroupHeader p{max-width:720px;margin:0;color:var(--muted);line-height:1.65}.toolGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.toolCard{display:grid;align-content:start;grid-gap:14px;gap:14px;min-height:230px;padding:24px;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 36px rgba(23,32,34,.08)}.toolCard strong{font-size:clamp(1.25rem,2.4vw,1.55rem);line-height:1.2}.toolCard p{margin:0;color:var(--muted);line-height:1.65}.toolCardLink{transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.toolCardLink:hover{transform:translateY(-3px);border-color:var(--teal);box-shadow:var(--shadow)}.toolStatus{width:-moz-fit-content;width:fit-content;padding:6px 9px;color:var(--teal-dark);background:#eaf2f0;border-radius:999px;font-size:.75rem;font-weight:800;text-transform:uppercase}.toolStatus.comingSoon{color:#92400e;background:#fef3c7}.toolAction{align-self:end;margin-top:auto;color:var(--teal-dark);font-weight:800}.toolCardComing{background:rgba(255,255,255,.62)}.homeSeoSection{padding:80px clamp(18px,5vw,72px);background:#fff}.homeSeoSection h2{max-width:820px}.homeSeoSection p:not(.eyebrow){max-width:920px;color:var(--muted);font-size:1.08rem;line-height:1.75}.homeSeoSection a{color:var(--teal-dark);font-weight:800;text-decoration:underline}.siteFooter{display:grid;grid-gap:14px;gap:14px;padding:32px clamp(18px,5vw,72px);color:rgba(255,255,255,.78);background:#172022}.siteFooter p{max-width:920px;margin:0;line-height:1.6}.siteFooter nav{display:flex;gap:18px;flex-wrap:wrap}.siteFooter a{color:#fff;font-weight:800;text-decoration:underline;text-underline-offset:3px}@media (max-width:1020px){.calculator,.converterTool{grid-template-columns:1fr}.converterPanel{grid-template-columns:1fr 1fr}.swapButton{grid-column:1/-1}}@media (max-width:700px){.siteHeader{align-items:flex-start;flex-direction:column;justify-content:center;min-height:96px;gap:8px}.siteHeader nav{flex-wrap:wrap;gap:16px}.hero{min-height:620px;padding-top:140px}.landingHero{min-height:calc(100vh - 96px)}.heroMedia:after{background:linear-gradient(90deg,rgba(11,18,20,.86),rgba(11,18,20,.48)),linear-gradient(0deg,rgba(11,18,20,.58),transparent 40%)}.calculatorPanel,.converterPanel{grid-template-columns:1fr}.estimateValues div,.resultPanel>div{align-items:flex-start!important;flex-direction:column!important;gap:6px}.vatCurrencyResult strong{text-align:left}.countryTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.countryTabs button{width:100%;white-space:normal}.toolDirectory{padding-top:64px;padding-bottom:64px}.toolDirectory>.sectionHeader{margin-bottom:40px}.toolGroups{gap:44px}.toolGrid,.toolGroupHeader{grid-template-columns:1fr}.toolCard{min-height:0}.homeSeoSection{padding-top:64px;padding-bottom:64px}}.siteHeader{min-height:58px;padding:0 clamp(16px,4vw,54px);gap:18px}.brand{font-size:1.02rem;letter-spacing:-.02em}.brand span{color:var(--teal)}.siteHeader nav{gap:6px;font-size:.88rem}.siteHeader nav a{padding:8px 10px;border-radius:7px}.siteHeader nav a:hover{color:var(--teal-dark);background:#eaf2f0}.toolHero{padding:58px clamp(16px,4vw,54px) 30px}.toolHero h1{font-size:clamp(2.15rem,5vw,4rem)}.toolHero p:not(.eyebrow){margin-top:14px;font-size:clamp(1rem,1.6vw,1.15rem)}.calculatorWrap,.contentSection,.countrySection{padding:46px clamp(16px,4vw,54px)}.contentSection{max-width:880px}.legalSection h2{margin-top:28px}.dashboardHero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);grid-gap:30px;gap:30px;align-items:center;padding:64px clamp(16px,4vw,54px) 52px;background:radial-gradient(circle at 82% 12%,rgba(216,238,242,.9),transparent 30%),linear-gradient(145deg,#fbfaf6 15%,#edf7f6)}.dashboardHero h1{max-width:820px;font-size:clamp(2.45rem,5.8vw,5rem);line-height:1}.dashboardHero>div>p:not(.eyebrow){max-width:700px;margin:18px 0 0;color:var(--muted);font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.6}.heroActions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:24px}.heroActions .primaryButton{min-height:46px;margin:0;padding:0 18px}.textLink{color:var(--teal-dark);font-weight:800}.startHere{display:grid;grid-gap:0;gap:0;padding:20px;background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px rgba(23,32,34,.08)}.startHere h2{margin:10px 0 8px;font-size:1.45rem}.startHere>a{display:flex;justify-content:space-between;gap:14px;padding:12px 0;color:var(--ink);border-bottom:1px solid var(--line);font-weight:800}.startHere>a:last-child{border-bottom:0}.startHere>a:hover{color:var(--teal-dark)}.compactBadge,.toolCategoryLabel{width:-moz-fit-content;width:fit-content;color:var(--teal-dark);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.compactBadge{padding:5px 8px;background:#eaf2f0;border-radius:999px}.compactDirectory{padding:54px clamp(16px,4vw,54px) 60px}.compactSectionHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.compactSectionHeader h2{font-size:clamp(1.9rem,3.2vw,2.7rem)}.compactSectionHeader>p{max-width:460px;margin:0;color:var(--muted);line-height:1.55}.categoryList{display:grid;grid-gap:30px;gap:30px}.compactCategory{display:grid;grid-template-columns:130px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.categoryTitle{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:14px}.categoryTitle h3{margin:0;font-size:1rem}.categoryTitle span{display:grid;place-items:center;width:24px;height:24px;color:var(--teal-dark);background:#eaf2f0;border-radius:50%;font-size:.75rem;font-weight:800}.compactToolGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.compactToolCard{display:grid;grid-template-columns:auto 1fr;grid-column-gap:12px;column-gap:12px;align-content:start;min-width:0;min-height:190px;padding:17px;background:var(--panel);border:1px solid var(--line);border-radius:9px;box-shadow:0 8px 22px rgba(23,32,34,.055);transition:border-color .15s ease,transform .15s ease}.compactToolCard:hover{transform:translateY(-2px);border-color:var(--teal)}.toolIcon{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;color:var(--teal-dark);background:#eaf2f0;border-radius:9px}.toolIconSvg{width:22px;height:22px}.compactToolCard .toolCategoryLabel{align-self:center}.compactToolCard>.toolCta,.compactToolCard>p,.compactToolCard>strong{grid-column:1/-1}.compactToolCard>strong{margin-top:15px;font-size:1.05rem;line-height:1.25;overflow-wrap:anywhere}.compactToolCard>p{margin:7px 0 0;color:var(--muted);font-size:.9rem;line-height:1.45}.toolCta{align-self:end;margin-top:16px;color:var(--teal-dark);font-size:.88rem;font-weight:800}.compactToolCard.unavailable{opacity:.7}.compactSeoSection{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);grid-gap:40px;gap:40px;padding:42px clamp(16px,4vw,54px);background:#fff;border-top:1px solid var(--line)}.compactSeoSection h2{font-size:clamp(1.75rem,3vw,2.5rem)}.compactSeoSection>p{max-width:760px;margin:0;color:var(--muted);line-height:1.7}.siteFooter{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:22px clamp(16px,4vw,54px)}.siteFooter>div{display:grid;grid-gap:4px;gap:4px}.footerBrand{color:#fff;font-weight:800}.siteFooter p{font-size:.88rem}.siteFooter nav{gap:6px}.siteFooter nav a{padding:7px 9px;font-size:.86rem;text-decoration:none;border-radius:6px}.siteFooter nav a:hover{background:rgba(255,255,255,.1)}@media (max-width:900px){.dashboardHero{grid-template-columns:1fr;padding-top:48px}.startHere{grid-template-columns:1fr 1fr;column-gap:24px}.startHere .compactBadge,.startHere h2{grid-column:1/-1}.compactCategory{grid-template-columns:1fr}.categoryTitle{padding-top:0}.compactToolGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.siteHeader{min-height:58px;flex-direction:row;align-items:center;gap:10px}.siteHeader nav{flex-wrap:nowrap;gap:0}.siteHeader nav a{padding:7px}.dashboardHero{padding-top:40px;padding-bottom:38px}.dashboardHero h1{font-size:clamp(2.2rem,11vw,3.25rem)}.startHere{grid-template-columns:1fr}.compactSectionHeader,.compactSeoSection{grid-template-columns:1fr;display:grid;grid-gap:16px;gap:16px}.compactToolGrid{grid-template-columns:1fr}.compactToolCard{min-height:0}.siteFooter{grid-template-columns:1fr;gap:14px}.siteFooter nav{gap:2px}.calculatorWrap,.contentSection,.countrySection{padding-top:38px;padding-bottom:38px}}@media (max-width:420px){.siteHeader nav a:nth-child(n+3){display:none}.heroActions{align-items:flex-start;flex-direction:column;gap:14px}.heroActions .primaryButton{width:100%}}:root{--page-bg:#fbfaf6;--surface:#fff;--surface-elevated:#f8fbfa;--border:#d7e1df;--text:#172022;--text-muted:#5c6a70;--accent:#0f766e;--accent-hover:#115e59;--warning:#d97706;--result-bg:#f5faf9;--input-bg:#f8fbfa;--button-bg:#0f766e;--button-text:#fff;--subtle-bg:#eaf2f0;--header-bg:rgba(251,250,246,.94);--footer-bg:#172022;--shadow-color:rgba(23,32,34,.12);--ink:var(--text);--muted:var(--text-muted);--line:var(--border);--paper:var(--page-bg);--panel:var(--surface);--teal:var(--accent);--teal-dark:var(--accent-hover);--amber:var(--warning);--shadow:0 18px 48px var(--shadow-color);color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--page-bg:#111820;--surface:#18222c;--surface-elevated:#202d38;--border:#344552;--text:#edf5f3;--text-muted:#a9b9bd;--accent:#2bb5a8;--accent-hover:#5dd3c5;--warning:#f3ad45;--result-bg:#16282c;--input-bg:#202d38;--button-bg:#168d83;--button-text:#f7fffd;--subtle-bg:#203b3d;--header-bg:rgba(17,24,32,.94);--footer-bg:#0c131a;--shadow-color:rgba(0,0,0,.34);color-scheme:dark}}html[data-theme=dark]{--page-bg:#111820;--surface:#18222c;--surface-elevated:#202d38;--border:#344552;--text:#edf5f3;--text-muted:#a9b9bd;--accent:#2bb5a8;--accent-hover:#5dd3c5;--warning:#f3ad45;--result-bg:#16282c;--input-bg:#202d38;--button-bg:#168d83;--button-text:#f7fffd;--subtle-bg:#203b3d;--header-bg:rgba(17,24,32,.94);--footer-bg:#0c131a;--shadow-color:rgba(0,0,0,.34);color-scheme:dark}html[data-theme=light]{color-scheme:light}body{background:var(--page-bg);color:var(--text)}.siteHeader{background:var(--header-bg);border-color:var(--border)}.headerActions{display:flex;align-items:center;gap:8px}.categoryTitle span,.compactBadge,.secondaryButton,.segmented,.siteHeader nav a:hover,.swapButton,.toolIcon,.toolStatus{background:var(--subtle-bg)}.countryTabs button.active,.primaryButton,.segmented button.active{color:var(--button-text);background:var(--button-bg)}.primaryButton:hover,.secondaryButton:hover,.swapButton:hover{background:var(--accent-hover)}.countryTabs button,input,select,textarea{color:var(--text);background:var(--input-bg);border-color:var(--border)}.countryTabs{background:var(--surface-elevated);border-color:var(--border)}.calculatorPanel,.compactToolCard,.converterPanel,.invoicePanel,.resultPanel,.startHere,.toolCard{color:var(--text);background:var(--surface);border-color:var(--border);box-shadow:var(--shadow)}.toolCardComing{background:var(--surface-elevated);box-shadow:none}.resultPanel{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 12%,transparent),transparent),var(--result-bg)}.estimateContent,.invoiceLine,.taxSummary{background:var(--surface-elevated)!important;border-color:var(--border)!important}.invoiceRemove{color:#f06f65;background:var(--surface);border-color:var(--border)}.dashboardHero{background:radial-gradient(circle at 82% 12%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 32%),linear-gradient(145deg,var(--page-bg) 15%,var(--surface-elevated))}.compactSeoSection,.homeSeoSection{background:var(--surface);border-color:var(--border)}.siteFooter{background:var(--footer-bg)}.siteFooter p{color:#b8c5c7}.toolHero{background:linear-gradient(135deg,#17242c,var(--accent))}.themeToggle{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 9px;color:var(--text-muted);cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:.78rem;font-weight:800}.themeToggle:hover{color:var(--accent-hover);background:var(--subtle-bg)}.themeToggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.errorText{color:#f06f65!important}@media (max-width:520px){.themeToggle{width:34px;padding:0;justify-content:center}.themeToggle span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.languageSwitcher{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 5px 0 8px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:8px}.languageSwitcher svg{flex:0 0 auto;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.languageSwitcher select{width:auto;min-width:86px;min-height:30px;padding:0 22px 0 2px;color:inherit;background:transparent;border:0;outline:0;font-size:.78rem;font-weight:800}.languageSwitcher:focus-within{border-color:var(--accent);outline:3px solid color-mix(in srgb,var(--accent) 20%,transparent);outline-offset:2px}@media (max-width:700px){.headerActions{margin-left:auto}.languageSwitcher select{min-width:62px;max-width:78px}.siteHeader nav a{padding-inline:5px}}@media (max-width:520px){.languageSwitcher{width:34px;padding:0;justify-content:center}.languageSwitcher select{position:absolute;width:34px;height:34px;min-width:0;max-width:none;opacity:0;cursor:pointer}.languageSwitcher svg{width:17px;height:17px}}