:root{
  --blue:#2563c9; --blue-600:#1d4fa3; --blue-50:#eef4fd; --line:#bcd0f0;
  --ink:#1b2433; --muted:#5b6678; --bg:#ffffff; --soft:#f7f9fc;
  --radius:16px; --frame:#7d93b2; --shadow:0 6px 24px rgba(30,60,120,.08);
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--ink);font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55}
a{color:var(--blue)}
img{max-width:100%}
.wrap{max-width:1120px;margin:0 auto;padding:0 20px}

/* header */
.site-header{border-bottom:1.5px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:700;font-size:1.15rem}
.brand .mark{width:40px;height:40px;border-radius:12px;border:2px solid var(--blue);display:grid;place-items:center;color:var(--blue);font-weight:800;font-size:.95rem}
.nav{display:flex;gap:4px;flex-wrap:wrap}
.nav a{text-decoration:none;color:var(--ink);padding:8px 12px;border-radius:10px;font-weight:500;font-size:.95rem}
.nav a:hover,.nav a.active{background:var(--blue-50);color:var(--blue-600)}
.nav a.cta{border:1.5px solid var(--blue);color:var(--blue)}

/* hero */
.hero{padding:64px 0 40px;text-align:center}
.hero h1{font-size:clamp(2rem,4.5vw,3rem);margin:0 0 12px;letter-spacing:-.02em}
.hero p{color:var(--muted);font-size:1.15rem;margin:0 auto 28px;max-width:640px}
.btn{display:inline-block;text-decoration:none;padding:12px 22px;border-radius:12px;font-weight:600;border:1.5px solid var(--blue);color:var(--blue);background:#fff;cursor:pointer;font:inherit;font-weight:600}
.btn.primary{background:var(--blue);color:#fff}
.btn:hover{box-shadow:var(--shadow)}
.btn-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* cards & tiles */
.card{background:linear-gradient(180deg,#f5f8fc 0%,#fff 70%);border:2px solid var(--frame);border-radius:20px;box-shadow:0 10px 30px rgba(60,85,120,.10);padding:24px}
.grid{display:grid;gap:20px}
.tiles{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}
.tile{display:flex;flex-direction:column;gap:10px;text-decoration:none;color:var(--ink);transition:transform .15s,border-color .15s}
.tile:hover{transform:translateY(-2px);border-color:var(--blue)}
.tile .ico{width:48px;height:48px;border-radius:12px;background:var(--blue-50);color:var(--blue);display:grid;place-items:center}
.tile h3{margin:4px 0 0;font-size:1.15rem}
.tile p{margin:0;color:var(--muted);font-size:.95rem}
.tile .go{margin-top:auto;color:var(--blue);font-weight:600;font-size:.95rem}

section{padding:36px 0}
.section-title{font-size:1.6rem;margin:0 0 6px}
.section-sub{color:var(--muted);margin:0 0 24px}
.two{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.hours{width:100%;border-collapse:collapse}
.hours td{padding:8px 0;border-bottom:1px solid #e6edf8}
.hours td:last-child{text-align:right;color:var(--muted)}

/* procedures */
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.chip{border:1.5px solid var(--line);border-radius:999px;padding:6px 14px;text-decoration:none;color:var(--ink);font-size:.9rem;background:#fff}
.chip:hover{border-color:var(--blue);color:var(--blue)}
.proc{scroll-margin-top:90px}
.proc h3{margin:0 0 4px;font-size:1.3rem}
.proc .cat{color:var(--blue);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}
.proc dl{display:grid;grid-template-columns:150px 1fr;gap:8px 16px;margin:14px 0 0}
.proc dt{font-weight:600;color:var(--blue-600)}
.proc dd{margin:0;color:var(--ink)}
@media(max-width:600px){.proc dl{grid-template-columns:1fr}.proc dd{margin-bottom:8px}}

/* forms page */
.formlist .card{display:flex;flex-direction:column;gap:8px}
.formlist h3{margin:0}
.formlist p{margin:0;color:var(--muted);font-size:.95rem}
.formlist .actions{margin-top:auto;display:flex;gap:8px;flex-wrap:wrap}
.formlist .btn{padding:8px 14px;font-size:.9rem}

/* appointment form */
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.field label{font-weight:600;font-size:.95rem}
.field input,.field select,.field textarea{font:inherit;padding:11px 12px;border:1.5px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-50)}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:600px){.row2{grid-template-columns:1fr}}
.note{background:var(--blue-50);border:1.5px solid var(--line);border-radius:12px;padding:12px 14px;font-size:.9rem;color:var(--blue-600)}
.hidden{display:none}

/* footer */
.site-footer{border-top:1.5px solid var(--line);margin-top:40px;padding:28px 0;color:var(--muted);font-size:.9rem}
.site-footer .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.updated{font-size:.8rem;color:#8a95a8}

/* welcoming hero */
.hero-frame{border:2px solid var(--frame);border-radius:24px;padding:44px 28px 40px;background:linear-gradient(180deg,#f5f8fc 0%,#fff 70%);box-shadow:0 10px 30px rgba(60,85,120,.10);max-width:880px;margin:0 auto}
.hero-welcome{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-weight:500;font-size:1.5rem;color:#5d7394;margin:0 0 4px !important;letter-spacing:.02em}
.hero .hero-script{font-family:"Great Vibes","Brush Script MT",cursive;font-weight:400;font-size:clamp(3rem,8vw,5.2rem);line-height:1.1;color:#1d4fa3;margin:0 0 16px;letter-spacing:0}
.hero .hero-lead{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:1.3rem;line-height:1.5;color:#4a5b73;max-width:620px;margin:0 auto 28px}
@media(max-width:600px){.hero-frame{padding:32px 18px}}

/* location actions & running late */
.btn svg{vertical-align:-3px;margin-right:8px}
.loc-actions{display:flex;gap:10px;flex-wrap:wrap}
.loc-actions .btn{padding:10px 16px;font-size:.95rem}
.late-box{margin-top:16px;border:2px solid var(--frame);border-radius:16px;padding:16px;background:#fff}
.late-box[hidden]{display:none}
.late-mins{display:flex;gap:8px;flex-wrap:wrap}
.late-mins button{font:inherit;font-size:.9rem;padding:7px 14px;border-radius:999px;border:1.5px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}
.late-mins button.on{background:var(--blue);border-color:var(--blue);color:#fff}

/* centered layout */
.section-title,.section-sub,.card h2,.card h3,.proc .cat{text-align:center}
.section-sub{margin-left:auto;margin-right:auto;max-width:640px}
.tiles{display:flex;flex-wrap:wrap;justify-content:center}
.tiles>.card{flex:0 1 250px}
.tile{align-items:center;text-align:center}
.formlist .card{align-items:center;text-align:center}
.formlist .actions,.loc-actions,.proc p:last-child{justify-content:center;text-align:center}
.chips{justify-content:center}
.card>p{text-align:center}
.card .grid.two>div{text-align:center}
.hours{max-width:420px;margin:0 auto}
.late-box{text-align:center}
.late-mins{justify-content:center}
.field{text-align:left}

/* referral share */
.share-card .loc-actions{margin-top:4px}
.share-status{min-height:1.4em;margin:12px 0 0;color:var(--blue-600);font-size:.9rem}
[hidden]{display:none!important}

/* why list */
.why-list{display:flex;flex-direction:column;gap:14px;text-align:center}
.why-list div{display:flex;flex-direction:column;gap:2px;padding-bottom:14px;border-bottom:1px solid #e1e8f2}
.why-list strong{color:var(--blue-600);font-size:1.05rem}
.why-list span{color:var(--ink)}

/* script headings (matches hero) */
.share-card{text-align:center}
.share-card .hero-welcome{margin:0 !important}
.script-title{font-family:"Great Vibes","Brush Script MT",cursive;font-weight:400;font-size:clamp(2.4rem,5.5vw,3.6rem);line-height:1.15;color:#1d4fa3;margin:0 0 10px;text-align:center}
.script-lead{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:1.25rem;line-height:1.5;color:#4a5b73;max-width:600px;margin:0 auto 22px;text-wrap:balance}

/* all titles in the script style */
.section-title,.card h2,.card h3{font-family:"Great Vibes","Brush Script MT",cursive;font-weight:400;color:#1d4fa3;letter-spacing:0;line-height:1.15;text-wrap:balance}
.section-title,.card h2{font-size:clamp(2.3rem,5vw,3rem) !important;margin-bottom:8px}
.tile h3{font-size:2rem;margin:6px 0 2px}
.proc h3{font-size:2.3rem;margin:2px 0 6px}
.formlist h3{font-size:1.95rem}
.section-title,.card h2,.card h3,.hero .hero-script,.script-title{word-spacing:.14em}

/* insurance & payment badges */
.accept{margin-top:28px;padding-top:22px;border-top:1px solid #e1e8f2;text-align:center}
.accept-label{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#5d7394;margin:0 0 12px !important}
.badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:22px}
.badge{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1.5px solid var(--frame);border-radius:12px;background:#fff;font-weight:600;font-size:.95rem;color:var(--ink);box-shadow:0 2px 8px rgba(60,85,120,.06)}
.badge svg{color:var(--blue)}
.accept-note{margin:0 !important;color:var(--muted);font-size:.9rem}

/* emergency button */
.btn.emergency{background:#c0392b;border-color:#c0392b;color:#fff}
.btn.emergency:hover{background:#a93226;border-color:#a93226}

/* back / home bar */
.backbar{padding:14px 0 0}
.backbar .wrap{display:flex;gap:10px}
.backbar .btn{padding:8px 16px;font-size:.9rem}
.badge.logo{padding:12px 22px;min-height:64px;justify-content:center}
.badge.logo img{height:36px;width:auto;max-width:220px;object-fit:contain;display:block}
a.badge{text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s}
a.badge:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 6px 16px rgba(60,85,120,.14)}
#payBadges .badge.logo{min-height:56px;padding:10px 18px}
#payBadges .badge.logo img{height:30px;max-width:150px}

/* tile titles: elegant but easy to read */
.card h3{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-weight:600;word-spacing:normal;letter-spacing:.005em;line-height:1.25}
.tile h3{font-size:1.4rem}
.proc h3{font-size:1.6rem}
.formlist h3{font-size:1.3rem}

/* team */
.team-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}
.tiles>.team-card{flex:0 1 300px}
.avatar{width:110px;height:110px;border-radius:50%;border:3px solid var(--frame);background:var(--blue-50);display:grid;place-items:center;overflow:hidden;font-family:"Playfair Display",Georgia,serif;font-size:2.2rem;color:var(--blue-600);margin-bottom:6px}
.avatar img{width:100%;height:100%;object-fit:cover}
.team-card .role{font-weight:600;color:var(--ink)}
.team-card .years{font-size:.8rem;color:var(--blue-600);background:var(--blue-50);border-radius:999px;padding:3px 12px}
.team-card p{margin:8px 0 0;color:var(--muted);font-size:.95rem}
.team-card h3{margin:4px 0 0 !important;font-size:1.3rem}

/* clickable team cards + profile */
button.team-card{font:inherit;color:inherit;cursor:pointer;transition:transform .15s,border-color .15s}
button.team-card:hover{transform:translateY(-2px);border-color:var(--blue)}
.team-card .go{color:var(--blue);font-weight:600;font-size:.95rem;margin-top:8px}
.profile{border:2px solid var(--frame);border-radius:22px;padding:32px 28px;max-width:640px;width:calc(100% - 32px);background:linear-gradient(180deg,#f5f8fc 0%,#fff 40%);color:var(--ink);text-align:center;box-shadow:0 20px 60px rgba(30,50,90,.25)}
.profile::backdrop{background:rgba(20,35,60,.45)}
.profile .close{position:absolute;top:12px;right:16px;border:0;background:none;font-size:2rem;line-height:1;color:var(--muted);cursor:pointer}
.avatar.big{width:130px;height:130px;margin:0 auto 10px}
.profile-name{font-family:"Playfair Display",Georgia,serif;font-weight:600;color:#1d4fa3;font-size:1.7rem;margin:0}
.profile .role{font-weight:600;margin:4px 0}
.profile .years{display:inline-block;font-size:.8rem;color:var(--blue-600);background:var(--blue-50);border-radius:999px;padding:3px 12px}
.profile-bio{color:var(--muted);margin:12px auto 18px;max-width:480px}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;text-align:left;border-top:1px solid #e1e8f2;padding-top:18px}
@media(max-width:560px){.profile-grid{grid-template-columns:1fr}}
.profile-grid h4{margin:0 0 6px;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#5d7394}
.profile-grid ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:.95rem}
.profile-outside{margin:18px 0;padding:12px 14px;background:var(--blue-50);border-radius:12px;font-size:.95rem}

/* technology comparison */
.compare-wrap{overflow-x:auto}
.compare{width:100%;border-collapse:collapse;min-width:560px;text-align:left}
.compare th,.compare td{padding:12px 14px;border-bottom:1px solid #e1e8f2;vertical-align:top}
.compare thead th{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#5d7394}
.compare tbody th{font-family:"Playfair Display",Georgia,serif;color:#1d4fa3;font-weight:600;white-space:nowrap}
.compare td{color:var(--muted)}
.compare td.now{color:var(--ink);font-weight:600;background:var(--blue-50)}
.group-title{font-family:"Great Vibes","Brush Script MT",cursive;font-weight:400;color:#1d4fa3;font-size:clamp(2.1rem,4.5vw,2.7rem);text-align:center;margin:18px 0 0;word-spacing:.14em}
.group-title+.section-sub{margin-bottom:4px}

/* blog */
.tiles>.post-card{flex:0 1 320px}
.post-tag{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:var(--blue);border-radius:999px;padding:4px 12px}
.post-card.soon{opacity:.7}
.post-card.soon .post-tag{background:#8a98ad}
.post-date{font-size:.85rem;color:#5d7394}
.post{max-width:760px;margin:24px auto 0;padding:40px clamp(18px,5vw,56px);text-align:left}
.post .hero-welcome{text-align:center}
.post-title{font-family:"Playfair Display",Georgia,serif;font-weight:700;color:#1d4fa3;font-size:clamp(1.8rem,4.2vw,2.6rem);line-height:1.2;text-align:center;margin:4px 0 8px;text-wrap:balance}
.post-meta{text-align:center;color:#5d7394;font-size:.9rem;margin:0 0 24px}
.post-lead{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:1.35rem;line-height:1.5;color:#3d4d63;text-align:center;margin:0 0 28px}
.post h2{font-family:"Playfair Display",Georgia,serif !important;font-weight:600;color:#1d4fa3;font-size:1.5rem !important;text-align:left !important;margin:34px 0 10px;word-spacing:normal}
.post p{font-size:1.05rem;line-height:1.7;margin:0 0 14px;text-align:left}
.post blockquote{margin:28px 0;padding:18px 24px;border-left:4px solid var(--blue);background:var(--blue-50);border-radius:0 14px 14px 0;font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:1.6rem;color:#1d4fa3;line-height:1.35}
.post-list{padding-left:20px;display:flex;flex-direction:column;gap:10px;font-size:1.02rem;line-height:1.6}
.post-math,.post-checklist{border:2px solid var(--frame);border-radius:16px;padding:20px 22px;margin:22px 0;background:#fff}
.pm-title{font-family:"Playfair Display",Georgia,serif;font-weight:600;color:#1d4fa3;font-size:1.2rem;margin-bottom:10px}
.pm-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #e1e8f2;font-variant-numeric:tabular-nums}
.pm-row.total{border-bottom:0;font-size:1.1rem;color:#1d4fa3}
.post .pm-note{font-size:.92rem;color:var(--muted);margin:10px 0 0}
.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:10px 0 16px}
.post-grid div{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:14px;background:var(--blue-50)}
.post-grid strong{color:#1d4fa3}
.post-checklist ul{padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px;margin:0}
.post-checklist li{padding-left:30px;position:relative;line-height:1.5}
.post-checklist li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid var(--frame);border-radius:5px}
.post-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.post p.post-meta,.post p.post-lead,.post p.hero-welcome{text-align:center}.post p.post-lead{font-size:1.35rem}

/* language switcher */
.lang-switch{display:flex;gap:2px;border:1.5px solid var(--line);border-radius:10px;padding:2px}
.lang-switch a{text-decoration:none;color:var(--muted);font-size:.82rem;font-weight:600;padding:5px 9px;border-radius:8px}
.lang-switch a.on{background:var(--blue);color:#fff}
.lang-switch a:not(.on):hover{background:var(--blue-50);color:var(--blue-600)}

/* QR code */
.qr-box{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid #e1e8f2}
.qr-box img{width:150px;height:150px;border:2px solid var(--frame);border-radius:14px;padding:6px;background:#fff}
.qr-box span{font-size:.9rem;color:#5d7394;font-weight:600}

/* Korean typography: the Latin script font has no Hangul, so use elegant Korean faces */
:lang(ko) body,html:lang(ko) body{font-family:"Noto Sans KR","Inter",system-ui,sans-serif;word-break:keep-all}
html:lang(ko) .hero .hero-script,html:lang(ko) .script-title,html:lang(ko) .section-title,html:lang(ko) .card h2,html:lang(ko) .group-title{font-family:"Gowun Batang","Playfair Display",serif !important;font-weight:700;word-spacing:normal;letter-spacing:-.01em}
html:lang(ko) .hero .hero-script{font-size:clamp(2.4rem,6vw,3.8rem)}
html:lang(ko) .section-title,html:lang(ko) .card h2,html:lang(ko) .script-title{font-size:clamp(1.8rem,4vw,2.3rem) !important}
html:lang(ko) .group-title{font-size:clamp(1.6rem,3.6vw,2rem)}
html:lang(ko) .card h3,html:lang(ko) .post-title,html:lang(ko) .post h2,html:lang(ko) .pm-title,html:lang(ko) .profile-name,html:lang(ko) .compare tbody th{font-family:"Gowun Batang","Playfair Display",serif !important;font-weight:700}
html:lang(ko) .hero-welcome,html:lang(ko) .hero .hero-lead,html:lang(ko) .script-lead,html:lang(ko) .post-lead,html:lang(ko) .post blockquote{font-family:"Gowun Batang",Georgia,serif;font-style:normal}

/* hero background photo (faded) */
.hero-frame{background:linear-gradient(180deg,rgba(247,250,253,.86) 0%,rgba(255,255,255,.90) 60%,rgba(255,255,255,.94) 100%),url("images/hero-office.jpg") center 35%/cover no-repeat}
.site-header .wrap{gap:10px}
.nav a{padding:8px 10px;font-size:.92rem}
.brand{font-size:1.05rem}
@media(max-width:1180px){.site-header .wrap{justify-content:center}.nav{justify-content:center}}
.topbar{background:#f3f7fc;border-bottom:1px solid #e1e8f2;font-size:.85rem}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:12px}
.topbar a{color:var(--blue-600);font-weight:600;text-decoration:none}
.topbar .lang-switch{border:0;padding:0}
.topbar .lang-switch a.on{color:#fff}

/* forms imagery (faded) */
.tile.tile-forms,.card.forms-hero{background:linear-gradient(180deg,rgba(247,250,253,.84) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.95) 100%),url("images/forms-bg.jpg") center 55%/cover no-repeat}
.tile.tile-forms{background-position:0 0,center 78%;background-size:auto,auto 150%}
.tile.tile-portal,.card.portal-hero{background:linear-gradient(180deg,rgba(247,250,253,.84) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.95) 100%),url("images/portal-bg.jpg") 60% 40%/cover no-repeat}
.tile.tile-procedures{background:linear-gradient(180deg,rgba(247,250,253,.84) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.95) 100%),url("images/procedures-bg.jpg") 45% 30%/cover no-repeat}
.tile.tile-team{background:linear-gradient(180deg,rgba(247,250,253,.84) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.95) 100%),url("images/team-bg.jpg") 50% 25%/cover no-repeat}
.tile.tile-tech{background:linear-gradient(180deg,rgba(247,250,253,.80) 0%,rgba(255,255,255,.88) 55%,rgba(255,255,255,.95) 100%),url("images/tech-bg.jpg") 50% 50%/cover no-repeat}
.tile.tile-tech{background-position:0 0,42% 8px;background-size:auto,230% auto}
.tile.tile-blog{background:linear-gradient(180deg,rgba(247,250,253,.84) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.95) 100%),url("images/blog-bg.jpg") 55% 30%/cover no-repeat}
.tile.tile-blog{background-position:0 0,68% 0;background-size:auto,auto 100%}
.tile.tile-blog{background-position:0 0,55% 0;background-size:auto,auto 110%}
.tile.tile-emergency{background:linear-gradient(180deg,rgba(247,250,253,.84) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.95) 100%),url("images/emergency-bg.jpg") 0 0/auto,50% 0/auto 105% no-repeat}
.tile.tile-emergency{background:linear-gradient(180deg,rgba(247,250,253,.84) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.95) 100%),url("images/emergency-bg.jpg") 48% 0/auto 105% no-repeat}

/* promotions */
.promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;max-width:960px;margin:0 auto}
.promo{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:32px 26px}
.promo .post-tag{align-self:center}
.card h2.promo-h{font-family:"Playfair Display",Georgia,serif !important;font-weight:700;font-size:1.6rem !important;margin:8px 0 0;word-spacing:normal}
.promo-price{font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:3.2rem;line-height:1;color:#1d4fa3;margin-top:6px;font-variant-numeric:tabular-nums}
.promo-was{color:#5d7394;font-weight:600;font-size:.95rem}
.promo-list{list-style:none;padding:0;margin:12px 0 16px;display:flex;flex-direction:column;gap:8px;text-align:left;width:100%;max-width:360px}
.promo-list li{padding-left:26px;position:relative;line-height:1.5}
.promo-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--blue);font-weight:800}
.promo .btn{margin-top:auto}
.promo-fine{max-width:760px;margin:22px auto 0;text-align:center;font-size:.82rem;color:#7a879b;line-height:1.6}
.promo-badge{position:absolute;top:14px;right:14px;background:#c0392b;color:#fff;font-weight:800;font-size:.8rem;border-radius:999px;padding:4px 10px}
.tile.tile-promo{position:relative;border-color:var(--blue)}
html:lang(ko) .card h2.promo-h,html:lang(ko) .promo-price{font-family:"Gowun Batang",serif !important}
.card.promo-whiten{background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,.45)),url("images/promo-whiten.jpg") center/cover no-repeat}
.card.promo-align{background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,.45)),url("images/promo-align.jpg") center/cover no-repeat}
.card.promo .promo-list li{text-shadow:0 1px 2px rgba(255,255,255,.9)}
.tile.tile-promo{background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.75)),url("images/promo-whiten.jpg") center 30%/cover no-repeat}
.author-card{display:flex;align-items:center;gap:14px;justify-content:center;margin:0 0 22px}
.author-card .avatar.big{width:64px;height:64px;font-size:1.3rem;margin:0}
.author-card div:last-child{display:flex;flex-direction:column;text-align:left}
.author-card strong{color:#1d4fa3}
.author-card span{color:#5d7394;font-size:.9rem}
.post-steps{padding-left:22px;display:flex;flex-direction:column;gap:10px;line-height:1.6;font-size:1.02rem}
.hero-addr{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.75);border:1.5px solid var(--line);color:#1d4fa3;font-weight:600;text-decoration:none;font-size:.98rem}
.hero-addr:hover{border-color:var(--blue);background:#fff}

/* reviews */
.reviews-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 24px}
.stars{color:#f2b01e;font-size:2rem;letter-spacing:4px;line-height:1}
.rev-soon{margin:0;color:var(--muted);max-width:520px}
.review{margin:0;text-align:left;display:flex;flex-direction:column;gap:10px}
.tiles>.review{flex:0 1 380px}
.review .stars{font-size:1.1rem;letter-spacing:2px}
.review blockquote{margin:0;font-size:1rem;line-height:1.6}
.review figcaption{color:#5d7394;font-weight:600;font-size:.9rem}
.rev-why{margin-top:22px;display:flex;flex-direction:column;align-items:center}
.rev-why h2{margin:0}
#revFeatured{margin-top:10px}
.rev-sites{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;margin-top:6px}
.card h2.rev-sites-h{font-family:"Playfair Display",Georgia,serif !important;font-weight:700;font-size:1.35rem !important;margin:0;word-spacing:normal}
.rev-sites p{margin:0 0 8px;color:var(--muted)}
.rev-site-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.rev-site svg{color:#f2b01e;vertical-align:-3px;margin-right:8px}
html:lang(ko) .card h2.rev-sites-h{font-family:"Gowun Batang",serif !important}
.review{position:relative}
.rev-sample{position:absolute;top:12px;right:12px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8a5a00;background:#fdf4dc;border-radius:999px;padding:3px 9px}
.rev-sample-note{text-align:center;color:#8a5a00;background:#fdf4dc;border-radius:12px;padding:8px 14px;max-width:640px;margin:0 auto 16px;font-size:.9rem}
.rev-topic{font-weight:700;color:#1d4fa3;font-size:.9rem}
.review figcaption:empty{display:none}
/* Behind the Smile */
.bts-hero{text-align:center}
.bts-list .post-steps{max-width:640px;margin:0 auto;text-align:left}
.tile.tile-bts{background:linear-gradient(135deg,#1d4fa3,#2f6fd6);border-color:#1d4fa3;color:#fff}
.tile.tile-bts h3,.tile.tile-bts p,.tile.tile-bts .go{color:#fff !important}
.tile.tile-bts .ico{background:rgba(255,255,255,.18);color:#fff}
.tile.tile-bts .post-tag{background:#fff;color:#1d4fa3}
.bts-sec{padding-top:4px;padding-bottom:0}
.tile.bts-wide{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"ico tag go" "ico h go" "ico p go";column-gap:24px;row-gap:4px;align-items:center;text-align:left;padding:26px 30px}
.bts-wide .ico{grid-area:ico;width:64px;height:64px}
.bts-wide .post-tag{grid-area:tag;justify-self:start}
.bts-wide h3{grid-area:h;font-size:1.7rem !important;margin:2px 0 0 !important;text-align:left !important}
.bts-wide p{grid-area:p;margin:0 !important;text-align:left}
.bts-wide .go{grid-area:go;white-space:nowrap;border:1.5px solid rgba(255,255,255,.7);border-radius:12px;padding:10px 16px;margin:0 !important}
@media(max-width:720px){.tile.bts-wide{grid-template-columns:1fr;grid-template-areas:"ico" "tag" "h" "p" "go";justify-items:center;text-align:center}.bts-wide h3,.bts-wide p{text-align:center !important}.bts-wide .post-tag{justify-self:center}}
.home-tiles{max-width:900px;margin:0 auto}.home-tiles>.card{flex:0 1 280px}
.home-tiles{max-width:none}.home-tiles>.card{flex:0 1 calc((100% - 40px)/3)}@media(max-width:860px){.home-tiles>.card{flex:0 1 calc((100% - 20px)/2)}}@media(max-width:560px){.home-tiles>.card{flex:1 1 100%}}

/* ===== Elegant header ===== */
.topbar{background:linear-gradient(90deg,#1d4fa3,#2f6fd6);border-bottom:0;font-size:.8rem;letter-spacing:.04em}
.topbar .wrap{min-height:34px}
.topbar a{color:#fff}
.topbar > .wrap > a::before{content:"☎";margin-right:8px;opacity:.85}
.topbar .lang-switch a{color:rgba(255,255,255,.8);padding:4px 10px;border-radius:999px}
.topbar .lang-switch a.on{background:#fff;color:#1d4fa3}
.topbar .lang-switch a:not(.on):hover{background:rgba(255,255,255,.15);color:#fff}
.site-header{background:rgba(255,255,255,.96);backdrop-filter:saturate(1.2) blur(6px);border-bottom:1px solid #dfe7f2;box-shadow:0 4px 18px rgba(30,60,120,.05)}
.site-header .wrap{min-height:84px;gap:18px}
.brand{gap:14px}
.brand .mark{width:46px;height:46px;border-radius:50%;border:1.5px solid #7d93b2;background:#fff;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 4px #bcd0f0;font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:1rem;letter-spacing:.04em;color:#1d4fa3}
.brand{font-family:"Great Vibes","Brush Script MT",cursive;font-weight:400;font-size:2rem;color:#1d4fa3;letter-spacing:0;line-height:1}
.nav{gap:6px;align-items:center}
.nav a{position:relative;background:none !important;border-radius:0;padding:10px 12px;font-size:.9rem;font-weight:500;letter-spacing:.03em;color:#3a4658}
.nav a::after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:1.5px;background:#2563c9;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
.nav a:hover{color:#1d4fa3}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.nav a.active{color:#1d4fa3;font-weight:600}
.nav a.cta{margin-left:8px;background:#2563c9 !important;color:#fff !important;border:0;border-radius:999px;padding:10px 20px;font-weight:600;box-shadow:0 6px 16px rgba(37,99,201,.25)}
.nav a.cta::after{display:none}
.nav a.cta:hover{background:#1d4fa3 !important}
html:lang(ko) .brand{font-family:"Great Vibes","Brush Script MT",cursive}
@media (prefers-reduced-motion:reduce){.nav a::after{transition:none}}
@media(max-width:1180px){.site-header .wrap{padding-block:10px}}
.site-header .wrap{flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:0;padding-block:14px 8px}
.site-header .nav{justify-content:center}
.site-header::after{content:"";display:block;height:3px;background:linear-gradient(90deg,transparent,#bcd0f0 20%,#7d93b2 50%,#bcd0f0 80%,transparent)}
.site-header{border-bottom:0}
/* pricing */
.price-build{display:flex;justify-content:center;text-align:center;margin-bottom:22px}
.price-build > div{max-width:620px;display:flex;flex-direction:column;align-items:center;gap:6px}
.price-big{font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:3.6rem;line-height:1;color:#1d4fa3;font-variant-numeric:tabular-nums}
.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:22px}
@media(max-width:860px){.price-grid{grid-template-columns:1fr}}
.price-plan{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}
.price-plan .post-tag{align-self:center}
.price-plan.featured{border-color:#2563c9;box-shadow:0 14px 34px rgba(37,99,201,.18)}
.price-mo{font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:2.6rem;color:#1d4fa3;line-height:1.1;margin-top:6px;font-variant-numeric:tabular-nums}
.price-mo small{font-family:"Inter",sans-serif;font-size:.95rem;font-weight:600;color:var(--muted);margin-left:4px}
.price-note{margin:0;color:#5d7394;font-weight:600}
.price-plan .promo-list{margin-top:10px}
.addons{margin-bottom:22px}
.addon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media(max-width:860px){.addon-grid{grid-template-columns:1fr}}
.addon-grid div{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:14px;background:var(--blue-50);text-align:left}
.addon-grid strong{color:#1d4fa3}
.addon-grid span{font-size:.93rem}
.build-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:10px}
@media(max-width:860px){.build-grid{grid-template-columns:1fr}}
.build-grid .price-build{margin:0}
.build-grid .price-big{font-size:3rem}
.price-big.tbd{color:#5d7394}
.build-foot{text-align:center;color:var(--muted);margin:0 0 22px}
/* phones: two tiles side by side */
@media(max-width:560px){
  .home-tiles{gap:12px}
  .home-tiles>.card{flex:0 1 calc((100% - 12px)/2)}
  .home-tiles .tile{padding:16px 10px;gap:6px;border-radius:16px}
  .home-tiles .tile .ico{width:40px;height:40px}
  .home-tiles .tile h3{font-size:1.02rem !important;line-height:1.2}
  .home-tiles .tile p{font-size:.8rem;line-height:1.4}
  .home-tiles .tile .go{font-size:.82rem}
  .home-tiles .post-tag{font-size:.62rem;padding:3px 8px}
  .home-tiles .promo-badge{top:8px;right:8px;font-size:.68rem;padding:3px 7px}
}
@media(max-width:560px){.site-header{position:static}.brand{font-size:1.7rem}.brand .mark{width:38px;height:38px;font-size:.85rem}.nav a{padding:8px 9px;font-size:.85rem}}
/* procedures: two columns */
#list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
#list>.group-title,#list>.section-sub{grid-column:1/-1}
.proc{display:flex;flex-direction:column;height:100%}
.proc h3{font-size:1.35rem !important}
.proc dl{display:flex;flex-direction:column;gap:10px;margin:12px 0 0;text-align:left}
.proc .pair{display:flex;flex-direction:column;gap:2px}
.proc dt{font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#5d7394}
.proc dd{margin:0;font-size:.95rem;line-height:1.5}
.proc p:last-child{margin-top:auto !important;padding-top:14px}
.more-btn{display:none;font:inherit;font-size:.8rem;font-weight:700;color:var(--blue);background:none;border:0;padding:8px 0 0;cursor:pointer;align-self:center}
@media(max-width:560px){
  #list{gap:10px}
  .proc{padding:14px 11px;border-radius:16px}
  .proc h3{font-size:1.02rem !important;line-height:1.2}
  .proc .cat{font-size:.62rem}
  .proc dl{gap:8px;margin-top:8px}
  .proc dt{font-size:.6rem}
  .proc dd{font-size:.8rem;line-height:1.4}
  .proc .extra{display:none}
  .proc.open .extra{display:flex}
  .more-btn{display:block}
  .proc p:last-child .btn{padding:7px 10px !important;font-size:.78rem !important}
}
/* Why + comfort, under the welcome */
.why-sec{padding-top:6px}
.why-card{max-width:1120px;margin:0 auto}
.why-card .why-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.why-card .why-list div{border-bottom:0;padding:0 8px}
.comfort{margin-top:26px;padding-top:22px;border-top:1px solid #e1e8f2;text-align:center}
.card .comfort h3{font-family:"Great Vibes","Brush Script MT",cursive !important;font-weight:400;font-size:clamp(2rem,4.5vw,2.6rem) !important;color:#1d4fa3;margin:0 0 4px;word-spacing:.14em}
html:lang(ko) .card .comfort h3{font-family:"Gowun Batang",serif !important;font-weight:700;font-size:1.8rem !important;word-spacing:normal}
.comfort-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:6px}
.comfort-grid div{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:14px;background:rgba(238,244,253,.8);border:1px solid #dbe5f3}
.comfort-grid strong{color:#1d4fa3}
.comfort-grid span{font-size:.9rem;color:var(--ink);line-height:1.45}
.solo{max-width:640px;margin:0 auto}
@media(max-width:860px){.why-card .why-list{grid-template-columns:1fr}.comfort-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.comfort-grid{gap:8px}.comfort-grid div{padding:10px}.comfort-grid span{font-size:.8rem}}
.hero-click{cursor:pointer;transition:box-shadow .2s,border-color .2s}
.hero-click:hover{border-color:#2563c9;box-shadow:0 14px 36px rgba(37,99,201,.16)}
.hero-more{display:block;margin:14px auto 0;width:max-content;color:#1d4fa3;font-weight:700;text-decoration:none;border-bottom:1.5px solid #bcd0f0;padding-bottom:2px}
.hero-more:hover{border-color:#2563c9}
.bts-sec{padding-top:24px;padding-bottom:8px}
/* build form */
.bf fieldset{border:0;padding:0;margin:0 0 26px}
.bf legend{font-family:"Playfair Display",Georgia,serif;font-weight:700;color:#1d4fa3;font-size:1.25rem;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.bf-num{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#2563c9;color:#fff;font-family:"Inter",sans-serif;font-size:.9rem}
.bf-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bf-choices.three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:640px){.bf-choices,.bf-choices.three{grid-template-columns:1fr}}
.bf-choice{position:relative;cursor:pointer}
.bf-choice input{position:absolute;opacity:0}
.bf-choice span{display:flex;flex-direction:column;gap:2px;height:100%;padding:14px 16px;border:1.5px solid var(--line);border-radius:14px;background:#fff;transition:border-color .15s,box-shadow .15s}
.bf-choice em{font-style:normal;font-weight:700;color:#1d4fa3}
.bf-choice small{color:var(--muted);font-size:.85rem}
.bf-choice input:checked+span{border-color:#2563c9;box-shadow:0 0 0 3px var(--blue-50);background:#f7faff}
.bf-choice input:focus-visible+span{outline:3px solid #2563c9;outline-offset:2px}
.bf-addons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin-top:14px;padding:14px 16px;border-radius:14px;background:var(--blue-50)}
.bf-addons[hidden]{display:none}
.bf-addons label{display:flex;gap:8px;align-items:center;font-size:.95rem}
.bf-addons .bf-hint{grid-column:1/-1;margin:0}
@media(max-width:640px){.bf-addons{grid-template-columns:1fr}}
.bf-hint{color:#5d7394;font-size:.88rem;font-weight:600;margin:0 0 10px}
.bf-check{display:flex;gap:8px;align-items:center;margin-top:12px;font-size:.95rem}
.bf-summary{padding:14px 16px;border-radius:14px;background:#f1faf5;border:1px solid #cbe9d9;margin-bottom:14px;text-align:center}
.bf-summary b{color:#1d4fa3}
.tile.tile-build{border-color:#2563c9}
.bf-paste{display:flex;flex-direction:column;gap:4px;text-align:center;padding:14px 18px;margin-bottom:24px;border-radius:14px;background:#f1faf5;border:1px solid #cbe9d9}.bf-paste strong{color:#1f8a5b;font-size:1.05rem}.bf-paste span{font-size:.95rem}
.blog-list{max-width:900px;margin:0 auto}.blog-list>.post-card{flex:0 1 calc((100% - 20px)/2)}@media(max-width:560px){.blog-list{gap:12px}.blog-list>.post-card{flex:0 1 calc((100% - 12px)/2);padding:16px 10px}.blog-list h3{font-size:1.02rem !important}.blog-list p{font-size:.8rem}}
/* Fun & Games banner */
.fun-sec{padding-top:4px}
.fun-banner{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:26px 30px;border-radius:24px;text-decoration:none;color:#fff;
  background:linear-gradient(120deg,#ff8a5b 0%,#ff5e8a 30%,#8a5cf6 65%,#2f9cf0 100%);background-size:200% 200%;box-shadow:0 16px 36px rgba(138,92,246,.28);transition:transform .2s,box-shadow .2s;animation:funShift 10s ease infinite}
.fun-banner:hover{transform:translateY(-3px) scale(1.005);box-shadow:0 22px 44px rgba(138,92,246,.36)}
.fun-banner:focus-visible{outline:3px solid #1d4fa3;outline-offset:3px}
@keyframes funShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.fun-emoji{font-size:3.4rem;line-height:1;width:84px;height:84px;display:grid;place-items:center;background:rgba(255,255,255,.22);border-radius:22px;transform:rotate(-8deg)}
.fun-banner:hover .fun-emoji{animation:funWiggle .6s ease}
@keyframes funWiggle{0%,100%{transform:rotate(-8deg)}25%{transform:rotate(8deg) scale(1.08)}50%{transform:rotate(-12deg)}75%{transform:rotate(6deg)}}
.fun-title{font-family:"Playfair Display",Georgia,serif !important;font-weight:700;font-size:clamp(1.8rem,4vw,2.5rem) !important;color:#fff !important;margin:0 0 10px !important;text-align:left !important;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.15);word-spacing:normal}
.fun-title span{display:block;font-family:"Great Vibes","Brush Script MT",cursive;font-weight:400;font-size:.95em;opacity:.95}
.fun-chips{display:flex;flex-wrap:wrap;gap:8px}
.fun-chips span{background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:5px 12px;font-weight:600;font-size:.88rem;white-space:nowrap}
.fun-go{background:#fff;color:#8a5cf6;font-weight:800;border-radius:999px;padding:14px 24px;white-space:nowrap;box-shadow:0 8px 20px rgba(0,0,0,.15);position:relative;z-index:1}
.fun-deco{position:absolute;font-size:2rem;opacity:.35;pointer-events:none}
.fun-deco.d1{right:22%;top:-6px;transform:rotate(18deg)}.fun-deco.d2{right:6%;bottom:6px}.fun-deco.d3{left:40%;bottom:-8px;transform:rotate(-20deg)}
@media(max-width:720px){.fun-banner{grid-template-columns:1fr;justify-items:center;text-align:center;padding:24px 18px}.fun-title{text-align:center !important}.fun-chips{justify-content:center}.fun-emoji{width:70px;height:70px;font-size:2.8rem}}
@media(prefers-reduced-motion:reduce){.fun-banner{animation:none}.fun-banner:hover .fun-emoji{animation:none}}
.fun-contest{display:inline-block;background:#ffd54a;color:#3a2a00;font-weight:800;font-size:.85rem;border-radius:999px;padding:5px 14px;margin-bottom:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:funPulse 2.4s ease-in-out infinite}
@keyframes funPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
@media(prefers-reduced-motion:reduce){.fun-contest{animation:none}}

/* ===== Smile Gallery ===== */
.sg-note{max-width:640px;margin:-6px auto 18px;text-align:center;font-size:.85rem;color:var(--muted,#5b6878);background:#f4f7fb;border:1px dashed #b9c6d6;border-radius:12px;padding:10px 14px}
.sg-filters{justify-content:center}
.sg-filters .chip{cursor:pointer;font:inherit}
.sg-filters .chip.on{background:var(--blue,#1f4e8c);color:#fff;border-color:var(--blue,#1f4e8c)}
.sg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:18px}
@media(max-width:700px){.sg-grid{grid-template-columns:1fr}}
.sg-case{padding:0;overflow:hidden;display:flex;flex-direction:column}
.sg-case[hidden]{display:none}
.sg-compare{position:relative;aspect-ratio:400/230;overflow:hidden;background:#f6ddcc;touch-action:pan-y;user-select:none}
.sg-img,.sg-img svg{position:absolute;inset:0;width:100%;height:100%;display:block}
.sg-before{clip-path:inset(0 calc(100% - var(--pos)) 0 0)}
.sg-handle{position:absolute;top:0;bottom:0;left:var(--pos);width:3px;margin-left:-1.5px;background:#fff;box-shadow:0 0 6px rgba(0,0,0,.35);pointer-events:none}
.sg-handle span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:#fff;color:#1f4e8c;display:grid;place-items:center;font-weight:800;font-size:.9rem;box-shadow:0 2px 8px rgba(0,0,0,.3)}
.sg-lbl{position:absolute;top:10px;padding:3px 9px;border-radius:999px;background:rgba(20,32,48,.62);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;pointer-events:none}
.sg-lbl.l{left:10px}.sg-lbl.r{right:10px}
.sg-compare input[type=range]{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}
.sg-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.sg-body h3{margin:0;font-size:1.15rem}
.sg-body p{margin:0;color:var(--muted,#5b6878);font-size:.92rem}
.sg-body .btn{align-self:flex-start;margin-top:auto;padding:8px 14px;font-size:.9rem}
.sg-tags{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.sg-sample{font-size:.68rem;font-weight:700;color:#8a6d1f;background:#fff6d8;border:1px solid #ecd58a;border-radius:999px;padding:2px 8px}
.sg-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:.84rem;color:#33465e;font-weight:600}
.sg-cta{text-align:center;margin-top:26px}
.tile.tile-gallery{background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.84)),url("images/gallery-bg.svg") center/cover no-repeat}

/* ===== Pricing summary: build fee + monthly ===== */
.price-sum{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 22px;max-width:640px;margin:0 auto 26px;padding:22px 20px;text-align:center;border-color:var(--blue,#1f4e8c);background:#f4f8fe}
.ps-item{display:flex;flex-direction:column;align-items:center;min-width:170px}
.ps-lbl{font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#33465e}
.ps-amt{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:var(--blue,#1f4e8c);line-height:1.15}
.ps-amt small{font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:600;color:#5b6878;margin-left:3px}
.ps-sub{font-size:.85rem;color:#5b6878}
.ps-op{font-size:2rem;font-weight:800;color:var(--blue,#1f4e8c)}
.ps-foot{flex-basis:100%;margin:6px 0 0;font-size:.9rem;color:#33465e}
.ps-then{margin:4px 0 0;font-weight:700;color:var(--blue,#1f4e8c)}
@media(max-width:480px){.ps-op{flex-basis:100%;margin:-6px 0}.ps-amt{font-size:2.1rem}}

/* ===== Behind the Smile: every tile is a sales opportunity ===== */
.sales-tiles{text-align:center;border-color:var(--blue,#1f4e8c);background:linear-gradient(180deg,#f4f8fe,#fff)}
.st-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 6px;text-align:left}
@media(max-width:860px){.st-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.st-grid{grid-template-columns:1fr}}
.st-grid>div{background:#fff;border:1px solid #d6dfeb;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:3px}
.st-grid strong{color:var(--blue,#1f4e8c);font-size:.95rem}
.st-grid span{font-size:.86rem;color:#4a5a6e;line-height:1.45}
.st-foot{margin:12px 0 0;font-weight:700;color:#33465e}
