/*
Theme Name: Go2DE Child
Theme URI: https://go2de.com/
Description: Child them/*
Theme Name: Go2DE Child
Theme URI: https://go2de.com/
Description: Child theme for the Go2DE migration guide, based on Kadence.
Author: Go2DE
Template: kadence
Version: 1.0.0
Text Domain: go2de
*/

.go2de-home{max-width:1240px;margin:0 auto;padding:40px 24px 64px;color:#172033;direction:rtl}
.go2de-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:42px;align-items:center;padding:64px;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#0b1f3a 0%,#123c64 58%,#17657a 100%);color:#fff;box-shadow:0 24px 55px rgba(10,31,58,.18)}
.go2de-kicker,.go2de-start__eyebrow{margin:0 0 12px;color:#66e0d0;font-size:.83rem;font-weight:800;letter-spacing:.04em}
.go2de-hero h1{max-width:760px;margin:0;color:#fff;font-size:clamp(2rem,4vw,3.55rem);line-height:1.2;letter-spacing:-.035em}
.go2de-lead{max-width:650px;margin:22px 0 0;color:#e4f1f5;font-size:1.14rem;line-height:2}
.go2de-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.go2de-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:10px;font-weight:800;text-decoration:none;transition:transform .18s ease,background-color .18s ease}
.go2de-button:hover{transform:translateY(-2px)}
.go2de-button--primary{background:#66e0d0;color:#08253e}.go2de-button--primary:hover{background:#9af3e6;color:#08253e}
.go2de-button--quiet{border-color:rgba(255,255,255,.52);color:#fff}.go2de-button--quiet:hover{background:rgba(255,255,255,.12);color:#fff}
.go2de-start{padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1);backdrop-filter:blur(7px)}
.go2de-start h2{margin:0;color:#fff;font-size:1.4rem}.go2de-start ol{display:grid;gap:14px;margin:22px 0 0;padding:0 1.25rem 0 0;color:#e9f4f8;line-height:1.75}
.go2de-section{margin-top:76px}.go2de-section__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}
.go2de-section__heading .go2de-kicker{margin-bottom:7px;color:#177d89}.go2de-section h2{margin:0;color:#112a45;font-size:clamp(1.6rem,2.3vw,2.25rem);letter-spacing:-.025em}
.go2de-text-link,.go2de-post-card__more{color:#126c77;font-weight:800;text-decoration:none}.go2de-text-link:hover,.go2de-post-card__more:hover{color:#0b3f61}
.go2de-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.go2de-topic-card{position:relative;display:flex;min-height:132px;flex-direction:column;justify-content:center;padding:25px;border:1px solid #e1e8ef;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(18,50,78,.055);color:#142944;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.go2de-topic-card:hover{border-color:#66bdb9;box-shadow:0 14px 28px rgba(18,88,103,.13);transform:translateY(-3px)}
.go2de-topic-card__name{padding-left:26px;font-size:1.08rem;font-weight:800}.go2de-topic-card__count{margin-top:7px;color:#6a798a;font-size:.9rem}
.go2de-topic-card__arrow{position:absolute;left:25px;color:#177d89;font-size:1.35rem}
.go2de-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.go2de-post-card{overflow:hidden;border:1px solid #e6ecf1;border-radius:17px;background:#fff;box-shadow:0 9px 24px rgba(18,50,78,.06);transition:box-shadow .2s ease,transform .2s ease}
.go2de-post-card:hover{box-shadow:0 17px 34px rgba(18,50,78,.12);transform:translateY(-4px)}
.go2de-post-card__media{display:flex;height:190px;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#d9eff1,#dce8f5)}
.go2de-post-card__media img{width:100%;height:100%;object-fit:cover}.go2de-post-card__fallback{color:#0d5066;font-size:2.3rem;font-weight:900;letter-spacing:-.08em}
.go2de-post-card__body{padding:22px}.go2de-post-card__meta{margin:0 0 10px;color:#718194;font-size:.82rem}.go2de-post-card h3{margin:0;font-size:1.14rem;line-height:1.7}
.go2de-post-card h3 a{color:#182e49;text-decoration:none}.go2de-post-card h3 a:hover{color:#126c77}
.go2de-post-card__body>p:not(.go2de-post-card__meta){min-height:54px;margin:12px 0 16px;color:#657487;font-size:.92rem;line-height:1.9}
.go2de-post-card__more{display:inline-flex;align-items:center;gap:6px;font-size:.9rem}
.go2de-note{margin-top:64px;padding:20px 24px;border-right:4px solid #3fa4a1;border-radius:10px;background:#eff8f7;color:#345164;line-height:1.9}.go2de-note p{margin:0}
@media(max-width:960px){.go2de-hero{grid-template-columns:1fr;padding:46px}.go2de-post-grid,.go2de-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.go2de-home{padding:22px 16px 44px}.go2de-hero{gap:30px;padding:32px 24px;border-radius:20px}.go2de-lead{font-size:1rem;line-height:1.9}.go2de-actions,.go2de-section__heading{align-items:stretch;flex-direction:column}.go2de-button{width:100%}.go2de-section{margin-top:52px}.go2de-topic-grid,.go2de-post-grid{grid-template-columns:1fr}.go2de-post-card__media{height:200px}}

/* BEGIN GO2DE VAZIRMATN TYPOGRAPHY */
@font-face{font-family:'Vazirmatn';font-style:normal;font-weight:100 900;font-display:swap;src:url('https://fonts.gstatic.com/s/vazirmatn/v16/Dxxo8j6PP2D_kU2muijlGMWWIGroe7ll.woff2') format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}
@font-face{font-family:'Vazirmatn';font-style:normal;font-weight:100 900;font-display:swap;src:url('https://fonts.gstatic.com/s/vazirmatn/v16/Dxxo8j6PP2D_kU2muijlE8WWIGroe7ll.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Vazirmatn';font-style:normal;font-weight:100 900;font-display:swap;src:url('https://fonts.gstatic.com/s/vazirmatn/v16/Dxxo8j6PP2D_kU2muijlHcWWIGroew.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{--global-body-font-family:'Vazirmatn',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--global-heading-font-family:'Vazirmatn',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--global-primary-nav-font-family:'Vazirmatn',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
html[lang='fa-IR'] body,html[lang='fa-IR'] input,html[lang='fa-IR'] select,html[lang='fa-IR'] textarea,html[lang='fa-IR'] button,html[lang='fa-IR'] .button,html[lang='fa-IR'] .wp-block-button__link,html[lang='fa-IR'] .elementor-heading-title,html[lang='fa-IR'] .elementor-button{font-family:'Vazirmatn',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important}
html[lang='fa-IR'] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
html[lang='fa-IR'] .entry-content p,html[lang='fa-IR'] .entry-content li{line-height:2}
html[lang='fa-IR'] h1,html[lang='fa-IR'] h2,html[lang='fa-IR'] h3,html[lang='fa-IR'] h4,html[lang='fa-IR'] h5,html[lang='fa-IR'] h6{line-height:1.55}
@media(max-width:767px){html[lang='fa-IR'] body{font-size:16.5px;line-height:1.9}html[lang='fa-IR'] input,html[lang='fa-IR'] select,html[lang='fa-IR'] textarea,html[lang='fa-IR'] button{font-size:16px}html[lang='fa-IR'] .entry-content p,html[lang='fa-IR'] .entry-content li{line-height:2.05}}
/* END GO2DE VAZIRMATN TYPOGRAPHY */
/*
Theme Name: Go2DE Child
Theme URI: https://go2de.com/
Description: Child them/*
Theme Name: Go2DE Child
Theme URI: https://go2de.com/
Description: Child theme for the Go2DE migration guide, based on Kadence.
Author: Go2DE
Template: kadence
Version: 1.0.0
Text Domain: go2de
*/

.go2de-home{max-width:1240px;margin:0 auto;padding:40px 24px 64px;color:#172033;direction:rtl}
.go2de-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:42px;align-items:center;padding:64px;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#0b1f3a 0%,#123c64 58%,#17657a 100%);color:#fff;box-shadow:0 24px 55px rgba(10,31,58,.18)}
.go2de-kicker,.go2de-start__eyebrow{margin:0 0 12px;color:#66e0d0;font-size:.83rem;font-weight:800;letter-spacing:.04em}
.go2de-hero h1{max-width:760px;margin:0;color:#fff;font-size:clamp(2rem,4vw,3.55rem);line-height:1.2;letter-spacing:-.035em}
.go2de-lead{max-width:650px;margin:22px 0 0;color:#e4f1f5;font-size:1.14rem;line-height:2}
.go2de-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.go2de-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:10px;font-weight:800;text-decoration:none;transition:transform .18s ease,background-color .18s ease}
.go2de-button:hover{transform:translateY(-2px)}
.go2de-button--primary{background:#66e0d0;color:#08253e}.go2de-button--primary:hover{background:#9af3e6;color:#08253e}
.go2de-button--quiet{border-color:rgba(255,255,255,.52);color:#fff}.go2de-button--quiet:hover{background:rgba(255,255,255,.12);color:#fff}
.go2de-start{padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1);backdrop-filter:blur(7px)}
.go2de-start h2{margin:0;color:#fff;font-size:1.4rem}.go2de-start ol{display:grid;gap:14px;margin:22px 0 0;padding:0 1.25rem 0 0;color:#e9f4f8;line-height:1.75}
.go2de-section{margin-top:76px}.go2de-section__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}
.go2de-section__heading .go2de-kicker{margin-bottom:7px;color:#177d89}.go2de-section h2{margin:0;color:#112a45;font-size:clamp(1.6rem,2.3vw,2.25rem);letter-spacing:-.025em}
.go2de-text-link,.go2de-post-card__more{color:#126c77;font-weight:800;text-decoration:none}.go2de-text-link:hover,.go2de-post-card__more:hover{color:#0b3f61}
.go2de-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.go2de-topic-card{position:relative;display:flex;min-height:132px;flex-direction:column;justify-content:center;padding:25px;border:1px solid #e1e8ef;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(18,50,78,.055);color:#142944;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.go2de-topic-card:hover{border-color:#66bdb9;box-shadow:0 14px 28px rgba(18,88,103,.13);transform:translateY(-3px)}
.go2de-topic-card__name{padding-left:26px;font-size:1.08rem;font-weight:800}.go2de-topic-card__count{margin-top:7px;color:#6a798a;font-size:.9rem}
.go2de-topic-card__arrow{position:absolute;left:25px;color:#177d89;font-size:1.35rem}
.go2de-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.go2de-post-card{overflow:hidden;border:1px solid #e6ecf1;border-radius:17px;background:#fff;box-shadow:0 9px 24px rgba(18,50,78,.06);transition:box-shadow .2s ease,transform .2s ease}
.go2de-post-card:hover{box-shadow:0 17px 34px rgba(18,50,78,.12);transform:translateY(-4px)}
.go2de-post-card__media{display:flex;height:190px;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#d9eff1,#dce8f5)}
.go2de-post-card__media img{width:100%;height:100%;object-fit:cover}.go2de-post-card__fallback{color:#0d5066;font-size:2.3rem;font-weight:900;letter-spacing:-.08em}
.go2de-post-card__body{padding:22px}.go2de-post-card__meta{margin:0 0 10px;color:#718194;font-size:.82rem}.go2de-post-card h3{margin:0;font-size:1.14rem;line-height:1.7}
.go2de-post-card h3 a{color:#182e49;text-decoration:none}.go2de-post-card h3 a:hover{color:#126c77}
.go2de-post-card__body>p:not(.go2de-post-card__meta){min-height:54px;margin:12px 0 16px;color:#657487;font-size:.92rem;line-height:1.9}
.go2de-post-card__more{display:inline-flex;align-items:center;gap:6px;font-size:.9rem}
.go2de-note{margin-top:64px;padding:20px 24px;border-right:4px solid #3fa4a1;border-radius:10px;background:#eff8f7;color:#345164;line-height:1.9}.go2de-note p{margin:0}
@media(max-width:960px){.go2de-hero{grid-template-columns:1fr;padding:46px}.go2de-post-grid,.go2de-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.go2de-home{padding:22px 16px 44px}.go2de-hero{gap:30px;padding:32px 24px;border-radius:20px}.go2de-lead{font-size:1rem;line-height:1.9}.go2de-actions,.go2de-section__heading{align-items:stretch;flex-direction:column}.go2de-button{width:100%}.go2de-section{margin-top:52px}.go2de-topic-grid,.go2de-post-grid{grid-template-columns:1fr}.go2de-post-card__media{height:200px}}

/* BEGIN GO2DE BOLD LINKS */
html[lang='fa-IR'] body a {
  font-weight: 700;
}

html[lang='fa-IR'] .main-navigation a,
html[lang='fa-IR'] .mobile-navigation a,
html[lang='fa-IR'] .site-footer a,
html[lang='fa-IR'] .widget-area a {
  font-weight: 700;
}

html[lang='fa-IR'] .entry-content p a:not(.wp-block-button__link):not(.button):not(.go2de-button),
html[lang='fa-IR'] .entry-content li a:not(.wp-block-button__link):not(.button):not(.go2de-button),
html[lang='fa-IR'] .entry-summary p a {
  text-decoration-line: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
  text-decoration-color: rgba(18, 108, 119, .38);
  transition: color .18s ease, text-decoration-color .18s ease;
}

html[lang='fa-IR'] .entry-content p a:not(.wp-block-button__link):not(.button):not(.go2de-button):hover,
html[lang='fa-IR'] .entry-content li a:not(.wp-block-button__link):not(.button):not(.go2de-button):hover,
html[lang='fa-IR'] .entry-summary p a:hover {
  text-decoration-color: currentColor;
}
/* END GO2DE BOLD LINKS */

/* BEGIN GO2DE VISA PATHS */
.go2de-visas{position:relative;overflow:hidden;padding:38px;border:1px solid #dce9ee;border-radius:26px;background:linear-gradient(145deg,#f8fcfd 0%,#edf8f6 100%)}
.go2de-visas:before{position:absolute;top:-120px;left:-90px;width:300px;height:300px;border-radius:50%;background:rgba(102,224,208,.16);content:"";pointer-events:none}
.go2de-visas .go2de-section__heading,.go2de-visa-grid,.go2de-visas__note{position:relative;z-index:1}
.go2de-section__intro{max-width:720px;margin:12px 0 0;color:#5b6d7e;line-height:1.9}
.go2de-visa-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.go2de-visa-card{position:relative;display:flex;min-height:238px;flex-direction:column;padding:26px;border:1px solid #dce7ec;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(17,57,75,.06);color:#153149;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.go2de-visa-card:after{position:absolute;right:26px;bottom:0;left:26px;height:3px;border-radius:3px 3px 0 0;background:#55bcb2;content:"";opacity:0;transform:scaleX(.55);transition:opacity .2s ease,transform .2s ease}
.go2de-visa-card:hover{border-color:#70c9c1;box-shadow:0 16px 32px rgba(18,88,103,.13);color:#153149;transform:translateY(-4px)}
.go2de-visa-card:hover:after{opacity:1;transform:scaleX(1)}
.go2de-visa-card--featured{border-color:#67c7bd;background:linear-gradient(155deg,#ffffff 0%,#e9f9f6 100%);box-shadow:0 12px 30px rgba(18,110,112,.11)}
.go2de-visa-card__number{position:absolute;top:22px;left:24px;color:#b6c7ce;font-size:1.35rem;font-weight:900;letter-spacing:-.04em}
.go2de-visa-card__eyebrow{padding-left:48px;color:#15777d;font-size:.8rem;font-weight:900;letter-spacing:.025em}
.go2de-visa-card h3{margin:16px 0 0;color:#102b44;font-size:1.18rem;line-height:1.6}
.go2de-visa-card p{margin:10px 0 20px;color:#627486;font-size:.91rem;line-height:1.9}
.go2de-visa-card__more{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:#116a74;font-size:.88rem;font-weight:900}
.go2de-visas__note{margin:20px 2px 0;color:#647687;font-size:.85rem;line-height:1.9}
@media(max-width:960px){.go2de-visa-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.go2de-visas{padding:26px 20px}.go2de-visa-grid{grid-template-columns:1fr}.go2de-visa-card{min-height:215px}}
/* END GO2DE VISA PATHS */

/* BEGIN GO2DE VISA GUIDE REDESIGN 2026 */
:is(body.page-id-4867,body.page-id-4869,body.page-id-4871,body.page-id-4873,body.page-id-4875,body.page-id-4877,body.page-id-4879,body.page-id-4881,body.page-id-4883) .content-area{margin-top:2.5rem;margin-bottom:5rem}
:is(body.page-id-4867,body.page-id-4869,body.page-id-4871,body.page-id-4873,body.page-id-4875,body.page-id-4877,body.page-id-4879,body.page-id-4881,body.page-id-4883) .entry-header{max-width:980px;margin:0 auto 2rem;text-align:center}
:is(body.page-id-4867,body.page-id-4869,body.page-id-4871,body.page-id-4873,body.page-id-4875,body.page-id-4877,body.page-id-4879,body.page-id-4881,body.page-id-4883) .entry-title{color:#102b44;font-size:clamp(2rem,4.5vw,3.35rem);font-weight:900;line-height:1.35;letter-spacing:-.035em}
.go2de-guide{--guide-navy:#0c2944;--guide-blue:#174e73;--guide-teal:#0f827d;--guide-mint:#6bd7c7;--guide-ink:#19324a;--guide-muted:#627588;--guide-line:#dce7ec;--guide-soft:#f3f8fa;max-width:1140px;margin:0 auto;color:var(--guide-ink);font-size:1.02rem;line-height:2}
.go2de-guide *{box-sizing:border-box}
.go2de-guide p{margin:0 0 1.25rem}.go2de-guide a{color:#0e6f78;text-underline-offset:3px}.go2de-guide h2,.go2de-guide h3{color:var(--guide-navy);font-weight:900}.go2de-guide h3{margin:2rem 0 .7rem;font-size:1.23rem;line-height:1.7}.go2de-guide ul,.go2de-guide ol{margin-top:.65rem;margin-bottom:.65rem}
.go2de-guide__hero{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);gap:0;overflow:hidden;margin:0 0 1.3rem;border-radius:26px;background:linear-gradient(135deg,#09243e 0%,#104a67 58%,#0f7979 100%);box-shadow:0 24px 58px rgba(12,41,68,.2);color:#fff}
.go2de-guide__hero:before{position:absolute;right:-110px;bottom:-170px;width:420px;height:420px;border:1px solid rgba(255,255,255,.14);border-radius:50%;content:"";pointer-events:none}
.go2de-guide__hero-copy{position:relative;z-index:1;padding:46px 42px}.go2de-guide__eyebrow{display:inline-flex;margin:0 0 14px!important;padding:7px 12px;border:1px solid rgba(255,255,255,.23);border-radius:999px;background:rgba(255,255,255,.09);color:#8fe8db;font-size:.78rem;font-weight:900;letter-spacing:.03em}
.go2de-guide__hero h2{margin:0 0 17px;color:#fff;font-size:clamp(1.72rem,3vw,2.45rem);line-height:1.45}.go2de-guide__hero p{color:#e3f0f4;line-height:2}.go2de-guide__hero-lead{font-size:1.08rem;font-weight:650}
.go2de-guide__visual{position:relative;min-height:100%;margin:0}.go2de-guide__visual:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,36,62,.25),transparent 42%);content:"";pointer-events:none}.go2de-guide__visual img{display:block;width:100%;height:100%;min-height:480px;object-fit:cover}.go2de-guide__visual figcaption{position:absolute;right:18px;bottom:18px;left:18px;z-index:1;padding:9px 13px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(7,30,50,.72);color:#fff;font-size:.78rem;line-height:1.6;backdrop-filter:blur(7px)}
.go2de-guide__hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.go2de-guide__button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 20px;border:1px solid transparent;border-radius:11px;font-weight:900;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.go2de-guide__button:hover{transform:translateY(-2px)}.go2de-guide__button--primary{background:var(--guide-mint);color:#082d3b!important;box-shadow:0 9px 24px rgba(22,220,190,.18)}.go2de-guide__button--primary:hover{background:#98edde}.go2de-guide__button--ghost{border-color:rgba(255,255,255,.42);color:#fff!important}.go2de-guide__button--ghost:hover{background:rgba(255,255,255,.1)}
.go2de-guide__status{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;margin:22px 0;padding:19px 22px;border:1px solid #efc96e;border-radius:15px;background:#fff9e9;color:#554219;line-height:1.85}.go2de-guide__status-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#f1b638;color:#fff;font-weight:900}
.go2de-guide__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0 34px}.go2de-guide__fact{padding:20px;border:1px solid var(--guide-line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(15,55,78,.055)}.go2de-guide__fact span,.go2de-guide__fact small{display:block;color:var(--guide-muted);font-size:.78rem;line-height:1.6}.go2de-guide__fact strong{display:block;margin:5px 0;color:var(--guide-navy);font-size:1.12rem;line-height:1.55}
.go2de-guide__toc{display:grid;grid-template-columns:220px 1fr;gap:24px;margin:0 0 58px;padding:24px 26px;border:1px solid var(--guide-line);border-radius:18px;background:linear-gradient(145deg,#f7fbfc,#eef7f6)}.go2de-guide__toc-title{display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--guide-line)}.go2de-guide__toc-title span{color:var(--guide-navy);font-size:1.08rem;font-weight:900}.go2de-guide__toc-title small{color:var(--guide-muted)}.go2de-guide__toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 28px;margin:0;padding-right:1.3rem}.go2de-guide__toc a{font-weight:750;text-decoration:none}.go2de-guide__toc a:hover{text-decoration:underline}
.go2de-guide__section{scroll-margin-top:40px;margin:0 0 68px}.go2de-guide__section-heading{margin:0 0 22px}.go2de-guide__section-heading>span{display:inline-block;margin-bottom:5px;color:var(--guide-teal);font-size:.79rem;font-weight:900;letter-spacing:.04em}.go2de-guide__section-heading h2{max-width:850px;margin:0;font-size:clamp(1.62rem,2.5vw,2.25rem);line-height:1.55;letter-spacing:-.02em}.go2de-guide__section>p{max-width:980px}
.go2de-guide__check-grid,.go2de-guide__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}.go2de-guide__check-card,.go2de-guide__split article{padding:26px;border:1px solid var(--guide-line);border-radius:17px;background:#fff}.go2de-guide__check-card>span{display:block;margin-bottom:10px;font-weight:900}.go2de-guide__check-card--yes{border-top:4px solid #3fac92;background:linear-gradient(180deg,#f4fcf9,#fff 30%)}.go2de-guide__check-card--yes>span{color:#18715e}.go2de-guide__check-card--warn{border-top:4px solid #e2a33c;background:linear-gradient(180deg,#fffaf0,#fff 30%)}.go2de-guide__check-card--warn>span{color:#8b5c10}.go2de-guide__check-card li,.go2de-guide__split li{margin-bottom:.5rem}
.go2de-guide__note,.go2de-guide__warning{margin:22px 0;padding:19px 22px;border-right:4px solid var(--guide-teal);border-radius:12px;background:#eef8f7}.go2de-guide__warning{border-right-color:#e19b29;background:#fff8e9}
.go2de-guide__table-wrap{overflow-x:auto;margin:24px 0;border:1px solid var(--guide-line);border-radius:17px;box-shadow:0 8px 26px rgba(15,55,78,.05)}.go2de-guide__table{width:100%;min-width:760px;margin:0;border:0;border-collapse:collapse;background:#fff}.go2de-guide__table th{padding:16px 18px;border:0;background:var(--guide-navy);color:#fff;text-align:right;font-size:.88rem}.go2de-guide__table td{padding:17px 18px;border:0;border-bottom:1px solid #e7eef2;vertical-align:top;line-height:1.85}.go2de-guide__table tbody tr:last-child td{border-bottom:0}.go2de-guide__table tbody tr:nth-child(even){background:#f8fbfc}.go2de-guide__table td:first-child{color:var(--guide-navy);font-weight:850}
.go2de-guide__document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}.go2de-guide__document-grid article{position:relative;padding:28px 28px 24px;border:1px solid var(--guide-line);border-radius:17px;background:#fff;box-shadow:0 8px 26px rgba(15,55,78,.045)}.go2de-guide__document-grid h3{margin:0 0 10px;padding-left:52px}.go2de-guide__number{position:absolute;top:22px;left:24px;color:#c5d3d9;font-size:1.7rem;font-weight:900;line-height:1}.go2de-guide__download{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:23px 26px;border-radius:15px;background:var(--guide-navy);color:#fff}.go2de-guide__download p{margin:.3rem 0 0;color:#dcebf1}.go2de-guide__download a{flex:0 0 auto;padding:10px 15px;border-radius:9px;background:var(--guide-mint);color:#093044;text-decoration:none;font-weight:900}
.go2de-guide__route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin:26px 0}.go2de-guide__route-card{display:flex;min-height:100%;flex-direction:column;padding:25px;border:1px solid var(--guide-line);border-radius:17px;background:#fff;box-shadow:0 9px 28px rgba(15,55,78,.055)}.go2de-guide__route-tag{align-self:flex-start;padding:5px 10px;border-radius:999px;background:#e6f5f3;color:#126e6b;font-size:.76rem;font-weight:900}.go2de-guide__route-card h3{margin:15px 0 8px}.go2de-guide__route-card p{color:#52697c;font-size:.94rem}.go2de-guide__route-card a{margin-top:auto;font-weight:900}
.go2de-guide__timeline{position:relative;margin:28px 0}.go2de-guide__timeline:before{position:absolute;top:22px;right:23px;bottom:22px;width:2px;background:#d9e7e9;content:""}.go2de-guide__timeline article{position:relative;display:grid;grid-template-columns:48px 1fr;gap:18px;margin-bottom:14px;padding:20px 0}.go2de-guide__timeline article>span{position:relative;z-index:1;display:grid;width:46px;height:46px;place-items:center;border:5px solid #fff;border-radius:50%;background:var(--guide-teal);box-shadow:0 0 0 1px #b9dcd7;color:#fff;font-weight:900}.go2de-guide__timeline h3{margin:0 0 4px}.go2de-guide__timeline p{margin:0;color:#51697b}
.go2de-guide__split article{border-top:4px solid var(--guide-teal)}.go2de-guide__split article+article{border-top-color:#de9b30}.go2de-guide__split h3{margin:0 0 12px}
.go2de-guide__related{margin:0 0 66px;padding:34px;border:1px solid var(--guide-line);border-radius:22px;background:var(--guide-soft)}.go2de-guide__related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.go2de-guide__related-grid a{position:relative;display:flex;flex-direction:column;padding:22px 23px;border:1px solid var(--guide-line);border-radius:14px;background:#fff;color:var(--guide-ink);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.go2de-guide__related-grid a:hover{border-color:#75c8bf;box-shadow:0 12px 26px rgba(16,82,92,.09);transform:translateY(-2px)}.go2de-guide__related-grid span,.go2de-guide__related-grid small{color:var(--guide-muted);font-size:.8rem}.go2de-guide__related-grid strong{margin:3px 0;color:var(--guide-navy);font-size:1.08rem}
.go2de-guide__cta{display:grid;grid-template-columns:1fr 330px;gap:40px;align-items:center;margin:0 0 68px;padding:40px;border-radius:23px;background:linear-gradient(135deg,#0b2945,#105a70 58%,#0c7a74);box-shadow:0 20px 48px rgba(12,41,68,.18);color:#fff}.go2de-guide__cta-label{display:inline-block;margin-bottom:8px;color:#8debdc;font-size:.8rem;font-weight:900}.go2de-guide__cta h2{margin:0 0 10px;color:#fff;font-size:clamp(1.55rem,2.4vw,2.15rem)}.go2de-guide__cta p,.go2de-guide__cta li{color:#e2eff3}.go2de-guide__cta-action{display:flex;flex-direction:column;gap:12px;text-align:center}.go2de-guide__button--light{background:#fff;color:#0b5263!important;box-shadow:0 10px 28px rgba(0,0,0,.16)}.go2de-guide__cta-action small{color:#cfe4e9;line-height:1.7}
.go2de-guide__faq .rank-math-faq-item{margin:0 0 11px;overflow:hidden;border:1px solid var(--guide-line);border-radius:13px;background:#fff}.go2de-guide__faq .rank-math-question{margin:0;padding:18px 21px;background:#f5f9fa;font-size:1.05rem}.go2de-guide__faq .rank-math-answer{padding:17px 21px}.go2de-guide__faq .rank-math-answer p{margin:0}
.go2de-guide__sources{padding:28px;border:1px solid var(--guide-line);border-radius:17px;background:#f7fafb}.go2de-guide__sources h2{margin-top:0;font-size:1.4rem}.go2de-guide__sources li{margin-bottom:.35rem}.go2de-guide__reviewed{margin:18px 0 0!important;padding-top:14px;border-top:1px solid var(--guide-line);color:var(--guide-muted);font-size:.85rem}
@media(max-width:960px){.go2de-guide__hero{grid-template-columns:1fr}.go2de-guide__visual{order:-1}.go2de-guide__visual img{min-height:310px;max-height:440px}.go2de-guide__facts{grid-template-columns:repeat(2,minmax(0,1fr))}.go2de-guide__route-grid{grid-template-columns:1fr}.go2de-guide__cta{grid-template-columns:1fr}.go2de-guide__cta-action{max-width:420px}}
@media(max-width:720px){:is(body.page-id-4867,body.page-id-4869,body.page-id-4871,body.page-id-4873,body.page-id-4875,body.page-id-4877,body.page-id-4879,body.page-id-4881,body.page-id-4883) .content-area{margin-top:1.5rem}.go2de-guide{font-size:.98rem}.go2de-guide__hero{border-radius:18px}.go2de-guide__hero-copy{padding:30px 23px}.go2de-guide__visual img{min-height:240px}.go2de-guide__visual figcaption{right:12px;bottom:12px;left:12px}.go2de-guide__hero-actions{flex-direction:column}.go2de-guide__button{width:100%}.go2de-guide__facts{grid-template-columns:1fr 1fr;gap:9px}.go2de-guide__fact{padding:15px}.go2de-guide__toc{grid-template-columns:1fr;padding:20px}.go2de-guide__toc-title{padding-bottom:12px;border-bottom:1px solid var(--guide-line);border-left:0}.go2de-guide__toc ol{grid-template-columns:1fr}.go2de-guide__section{margin-bottom:50px}.go2de-guide__check-grid,.go2de-guide__split,.go2de-guide__document-grid,.go2de-guide__related-grid{grid-template-columns:1fr}.go2de-guide__download{align-items:stretch;flex-direction:column}.go2de-guide__download a{text-align:center}.go2de-guide__related{padding:24px 18px}.go2de-guide__cta{padding:30px 22px}.go2de-guide__sources{padding:22px 18px}}
@media(max-width:430px){.go2de-guide__facts{grid-template-columns:1fr}.go2de-guide__status{grid-template-columns:1fr}.go2de-guide__section-heading h2{font-size:1.48rem}}
/* END GO2DE VISA GUIDE REDESIGN 2026 */
