:root {
    --p: #17a398;
    --p-dark: #128f86;
    --ink: #0b2b30;
    --body: #425458;
    --muted: #7b8d90;
    --line: #e3eeee;
    --tint: #f3fafa;
    --tint2: #e8f5f4;
}
body { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; background: #fff; color: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
i.fi { line-height: 1; }
.hero2 { padding: 120px 20px 44px; background: linear-gradient(180deg, rgba(18,143,134,.92) 0, rgba(23,163,152,.75) 64px, rgba(23,163,152,.35) 130px, rgba(23,163,152,0) 210px), url(/assets/images/mascot/bg-sky.webp) center bottom / cover no-repeat, var(--tint); border-bottom: 1px solid var(--line); }
.hero2 .in { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.hero2.simple .in { display: block; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--p); font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow i { font-size: 15px; }
.hero2 h1 { font-size: 46px; font-weight: 800; line-height: 1.1; color: var(--ink); letter-spacing: -.02em; margin: 0 0 16px; }
.hero2 p { font-size: 18px; line-height: 1.6; max-width: 600px; margin: 0; color: var(--body); }
.hero2 .pic { text-align: center; }
.hero2 .pic img { width: auto; max-width: 100%; max-height: 420px; height: auto; display: inline-block; }
.hero2.has-pic .pic img { max-height: 340px; }
.facts { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 30px; }
.facts div { font-size: 13.5px; color: var(--muted); }
.facts b { display: block; font-size: 22px; font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 2px; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }
.sec { padding: 64px 0; border-bottom: 1px solid var(--line); }
.sec.last { border-bottom: none; }
.sec h2 { font-size: 30px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; margin: 0 0 12px; line-height: 1.2; }
.sec .lede { font-size: 17px; max-width: 680px; margin: 0 0 36px; }
.sec p { font-size: 15.5px; margin: 0 0 14px; }
.sec p:last-child { margin-bottom: 0; }
.sec p strong, .ls p strong { color: var(--ink); font-weight: 600; }
.sec p a:not(.btn):not(.btn2):not(.pl), .sec li a, .ls p a:not(.btn):not(.btn2):not(.pl), .ls li a, .note a { color: var(--p); font-weight: 500; text-decoration: underline; text-decoration-color: rgba(23,163,152,.35); text-underline-offset: 3px; }
.sec p a:hover, .sec li a:hover, .ls p a:hover, .ls li a:hover, .note a:hover { color: var(--p-dark); text-decoration-color: var(--p-dark); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.two h2 { margin-bottom: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step .k { font-size: 12px; font-weight: 700; color: var(--p); letter-spacing: .12em; margin-bottom: 14px; }
.step i { display: block; font-size: 30px; color: var(--ink); margin-bottom: 14px; }
.step h3 { font-size: 18px; font-weight: 600; color: var(--ink); margin: 0 0 8px; }
.step p { font-size: 14.5px; margin: 0; }
.feat { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 44px; }
.feat.c3 { grid-template-columns: repeat(3, 1fr); }
.f { display: flex; gap: 16px; align-items: flex-start; }
.f i { font-size: 22px; color: var(--p); margin-top: 3px; flex-shrink: 0; }
.f h4 { font-size: 16px; font-weight: 600; color: var(--ink); margin: 0 0 4px; }
.f p { font-size: 14.5px; margin: 0; }
.pls { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pl { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 30px; font-size: 13.5px; font-weight: 600; color: var(--ink); background: #fff; transition: border-color .15s, color .15s; }
.pl i { font-size: 15px; color: var(--p); }
a.pl:hover { border-color: var(--p); color: var(--p); }
.btn, .btn2 { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 50px; padding: 0 24px; border-radius: 12px; font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .15s, transform .15s, border-color .15s, color .15s; }
.btn { background: var(--p); color: #fff; border: 1.5px solid var(--p); }
.btn:hover { background: var(--p-dark); border-color: var(--p-dark); color: #fff; transform: translateY(-1px); }
.btn2 { background: #fff; border: 1.5px solid var(--line); color: var(--ink); }
.btn2:hover { border-color: var(--p); color: var(--p); }
.btn i, .btn2 i { font-size: 16px; }
.btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.cta { background: var(--ink); color: #fff; padding: 64px 20px; }
.cta .in { max-width: 1040px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta h2 { color: #fff; font-size: 28px; font-weight: 700; margin: 0 0 6px; }
.cta p { color: rgba(255,255,255,.72); margin: 0; font-size: 15.5px; }
.cta .btn { background: #fff; color: var(--ink); border-color: #fff; }
.cta .btn:hover { background: var(--tint2); border-color: var(--tint2); color: var(--ink); }
.legal { max-width: 800px; margin: 0 auto; padding: 56px 0 72px; }
.lnav { position: sticky; top: 96px; }
.lnav .h { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.lnav a { display: block; padding: 8px 0 8px 14px; border-left: 2px solid var(--line); font-size: 14px; color: var(--body); line-height: 1.35; transition: color .15s, border-color .15s; }
.lnav a:hover { color: var(--ink); }
.lnav a.on { border-color: var(--p); color: var(--p); font-weight: 600; }
.ls { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.ls:last-of-type { border-bottom: none; margin-bottom: 0; }
.ls h2 { font-size: 24px; font-weight: 700; color: var(--ink); margin: 0 0 12px; line-height: 1.25; }
.ls h3 { font-size: 16px; font-weight: 600; color: var(--ink); margin: 22px 0 10px; }
.ls p { font-size: 15.5px; margin: 0 0 14px; }
.ls p:last-child { margin-bottom: 0; }
.ls .feat { margin-top: 20px; }
.stamp { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--p); margin-bottom: 14px; }
.stamp i { font-size: 15px; }
.intro { font-size: 17px; }
.note { display: flex; gap: 14px; background: var(--tint); border-left: 3px solid var(--p); border-radius: 0 12px 12px 0; padding: 18px 20px; margin-top: 22px; }
.note i { font-size: 20px; color: var(--p); margin-top: 2px; flex-shrink: 0; }
.note h4 { font-size: 15px; font-weight: 600; color: var(--ink); margin: 0 0 4px; }
.note p { font-size: 14.5px; margin: 0; }
.ck { list-style: none; padding: 0; margin: 8px 0 0; }
.ck li { display: flex; gap: 12px; padding: 8px 0; font-size: 15px; line-height: 1.6; }
.ck li i { color: var(--p); font-size: 16px; margin-top: 5px; flex-shrink: 0; }
.ck strong { color: var(--ink); font-weight: 600; }
.contact { display: grid; gap: 12px; margin-top: 8px; }
.contact div { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.contact i { font-size: 18px; color: var(--p); }
.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.o .tag { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--p); margin-bottom: 14px; }
.o .tag i { font-size: 14px; }
.o .big { display: block; font-size: 30px; color: var(--ink); margin-bottom: 14px; }
.o h3 { font-size: 18px; font-weight: 600; color: var(--ink); margin: 0 0 8px; }
.o p { font-size: 14.5px; margin: 0 0 10px; }
.partner { background: var(--tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 64px 20px; }
.partner .in { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: start; }
.partner h2 { font-size: 30px; font-weight: 700; color: var(--ink); margin: 0 0 12px; letter-spacing: -.01em; }
.partner .lede { font-size: 17px; margin-bottom: 18px; }
.partner p { font-size: 15.5px; margin: 0 0 14px; }
.fbox { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
.fbox h4 { font-size: 17px; font-weight: 600; color: var(--ink); margin: 0 0 16px; }
.form { display: grid; gap: 12px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fc { width: 100%; height: 50px; padding: 0 16px; border-radius: 12px; border: 1.5px solid var(--line); background: #fff; color: var(--ink); font-family: inherit; font-size: 15px; outline: none; transition: border-color .15s, box-shadow .15s; }
textarea.fc { height: 140px; padding: 14px 16px; resize: vertical; }
.fc::placeholder { color: var(--muted); }
.fc:focus { border-color: var(--p); box-shadow: 0 0 0 4px rgba(23,163,152,.12); }
.form .btn { justify-self: start; }
.form-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12.5px; }
.form-note i { color: var(--p); font-size: 14px; }
.success { display: none; align-items: center; gap: 12px; background: var(--tint2); border: 1px solid #c7e6e3; border-radius: 12px; padding: 16px 18px; color: var(--p-dark); font-weight: 500; font-size: 14.5px; }
.success i { font-size: 20px; color: var(--p); }
@media (max-width: 960px) {
    .hero2 .in { grid-template-columns: 1fr; gap: 24px; }
    .hero2 .pic img, .hero2.has-pic .pic img { max-height: 260px; }
    .hero2 h1 { font-size: 38px; }
    .two { grid-template-columns: 1fr; gap: 28px; }
    .steps { grid-template-columns: 1fr; gap: 28px; }
    .feat, .feat.c3 { grid-template-columns: 1fr; }
    .offers { grid-template-columns: 1fr; gap: 32px; }
    .partner .in { grid-template-columns: 1fr; gap: 32px; }
    .legal { padding-top: 40px; }
}
@media (max-width: 600px) {
    .hero2 { padding: 108px 18px 44px; }
    .hero2 h1 { font-size: 32px; }
    .hero2 p { font-size: 16px; }
    .wrap { padding: 0 18px; }
    .sec { padding: 44px 0; }
    .sec h2, .partner h2 { font-size: 25px; }
    .ls h2 { font-size: 21px; }
    .form .row { grid-template-columns: 1fr; }
    .btns .btn, .btns .btn2 { width: 100%; }
    .cta { padding: 48px 18px; }
    .cta .btn { width: 100%; }
    .fbox { padding: 20px; }
}

.mascot { display: block; width: auto; height: auto; }
.step img.mascot { height: 160px; margin: 0 0 16px; }
.o img.mascot { height: 170px; margin: 0 0 16px; }
.partner-m { height: 220px; margin-top: 20px; }
.cta .cta-m { height: 210px; margin: -40px 0 -64px; align-self: flex-end; }
.with-img { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 32px; align-items: center; }
.with-img img.mascot { width: 100%; height: auto; }
.note.has-m { align-items: center; }
.note-m { height: 150px; margin: -6px 0 -6px 8px; flex-shrink: 0; }
@media (max-width: 960px) {
    .cta .cta-m { display: none; }
    .with-img { grid-template-columns: 1fr; }
    .with-img img.mascot { max-width: 260px; margin: 0 auto; }
}
@media (max-width: 600px) {
    .step img.mascot, .o img.mascot { height: 130px; }
    .note-m { display: none; }
    .partner-m { height: 170px; }
}

.sec h2, .partner h2, .ls h2 { color: var(--p-dark); }
.ls h2 .num { color: var(--p); margin-right: 6px; }
.ls h3, .step h3, .o h3, .fbox h4 { color: var(--p-dark); }
.f h4 { color: var(--ink); }
.sec p strong, .ls p strong, .ck strong, .note h4 { color: var(--p-dark); }
.hero2 h1 em { font-style: normal; color: var(--p); }
.step .k { background: var(--tint2); color: var(--p-dark); display: inline-block; padding: 4px 10px; border-radius: 20px; }
.f { padding: 14px 16px; border-radius: 14px; background: var(--tint); }
.f i { color: var(--p-dark); }
.ck li i { color: var(--p); }
.stamp { background: var(--tint2); padding: 6px 12px; border-radius: 20px; color: var(--p-dark); }
.intro, .sec .lede, .partner .lede { color: var(--ink); }
.pl { border-color: #cfe6e4; color: var(--p-dark); background: var(--tint); }
.contact div { padding: 10px 14px; background: var(--tint); border-radius: 12px; }

.sec, .ls, .fbox { position: relative; }
.deco { position: absolute; pointer-events: none; height: auto; }
.deco-plane { right: -10px; top: 18px; width: 230px; }
.deco-sun { right: 0; top: -6px; width: 96px; }
.deco-pin { right: 0; top: -6px; width: 54px; }
.deco-ticket { right: -26px; top: -44px; width: 170px; transform: rotate(-10deg); }
.band { background: url(/assets/images/mascot/bg-aerial.webp) center / cover no-repeat; padding: 64px 20px; }
.band .in { max-width: 1040px; margin: 0 auto; }
.band .card { background: rgba(255,255,255,.94); border-radius: 20px; padding: 32px 34px; max-width: 520px; box-shadow: 0 20px 50px -30px rgba(11,43,48,.5); }
.band h2 { color: var(--p-dark); font-size: 28px; font-weight: 700; margin: 0 0 8px; }
.band p { color: var(--body); font-size: 15.5px; margin: 0 0 20px; }
@media (max-width: 960px) { .deco-plane { width: 150px; top: 6px; } .deco-ticket { width: 120px; right: -10px; top: -34px; } }
@media (max-width: 600px) { .deco { display: none; } .band { padding: 40px 18px; } .band .card { padding: 24px 20px; } }

.m-wrap { position: relative; text-align: center; }
.m-wrap .cloud-bg { position: absolute; left: -6%; top: -10%; width: 62%; height: auto; opacity: .95; z-index: 0; }
.m-wrap .mascot { position: relative; z-index: 1; width: 100%; height: auto; }
.with-img img.suitcase { width: auto; max-height: 300px; margin: 0 auto; }

.ql { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: -30px 0 8px; position: relative; z-index: 3; }
.qlc { display: block; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px 18px; box-shadow: 0 10px 30px -18px rgba(11,43,48,.35); transition: transform .15s, border-color .15s; }
.qlc:hover { transform: translateY(-2px); border-color: var(--p); }
.qlc i { font-size: 24px; color: var(--p); display: block; margin-bottom: 10px; }
.qlc h3 { font-size: 15.5px; font-weight: 600; color: var(--ink); margin: 0 0 4px; }
.qlc p { font-size: 13px; color: var(--muted); margin: 0; }
.steps.c4 { grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps.c4 .step h3 { font-size: 16px; }
.sec .note { margin-top: 28px; }
.sec .note p { margin: 0; }
.acc { border-top: 1px solid var(--line); }
.acc-i { border-bottom: 1px solid var(--line); }
.acc-h { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 4px; background: none; border: none; text-align: left; font-family: inherit; font-size: 16px; font-weight: 600; color: var(--ink); cursor: pointer; }
.acc-h i { font-size: 18px; color: var(--p); transition: transform .2s; flex-shrink: 0; }
.acc-i.open .acc-h { color: var(--p-dark); }
.acc-i.open .acc-h i { transform: rotate(180deg); }
.acc-c { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.acc-b { padding: 0 4px 20px; }
.acc-b p { font-size: 15px; margin: 0 0 12px; }
.acc-b .ck li { padding: 5px 0; font-size: 14.5px; }
.fl { display: grid; gap: 6px; }
.fl span { font-size: 12.5px; font-weight: 600; color: var(--muted); }
select.fc { appearance: auto; }
.toast { position: fixed; bottom: 24px; right: 24px; z-index: 1000; display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; box-shadow: 0 16px 40px -16px rgba(11,43,48,.4); max-width: 360px; transform: translateY(20px); opacity: 0; pointer-events: none; transition: transform .2s, opacity .2s; }
.toast.show { transform: none; opacity: 1; pointer-events: auto; }
.toast-icon { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.toast-icon.success { background: var(--tint2); color: var(--p); }
.toast-icon.error { background: #fdecea; color: #d9534f; }
.toast-title { font-weight: 600; color: var(--ink); font-size: 14px; }
.toast-message { color: var(--muted); font-size: 12.5px; }
.toast-close { background: none; border: none; color: var(--muted); cursor: pointer; font-size: 16px; padding: 4px; }
@media (max-width: 960px) { .ql { grid-template-columns: repeat(2, 1fr); margin-top: 20px; } .steps.c4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ql { grid-template-columns: 1fr; } .steps.c4 { grid-template-columns: 1fr; } .toast { left: 14px; right: 14px; bottom: 14px; max-width: none; } }

#faq .with-img, #tips .with-img { align-items: start; }
#faq .with-img img.mascot, #tips .with-img img.mascot { margin-top: 10px; }

.cookie-icon.has-mascot { background: transparent !important; box-shadow: none !important; width: 64px !important; height: 64px !important; overflow: visible; }
.cookie-icon.has-mascot img { width: 100%; height: 100%; object-fit: contain; display: block; }

.hero2 .pic img.photo, .hero2.has-pic .pic img.photo { width: 100%; max-width: 480px; max-height: none; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; box-shadow: 0 24px 50px -30px rgba(11,43,48,.5); }
.meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; font-size: 13.5px; color: var(--muted); }
.meta span { display: inline-flex; align-items: center; gap: 7px; }
.meta i { color: var(--p); font-size: 15px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .15s, border-color .15s, box-shadow .15s; }
.card:hover { transform: translateY(-3px); border-color: #cfe6e4; box-shadow: 0 18px 40px -28px rgba(11,43,48,.45); }
.card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.card .cb { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--p-dark); }
.card .tag i { font-size: 13px; }
.card h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin: 0; line-height: 1.35; }
.card p { font-size: 14px; color: var(--body); margin: 0; }
.card .cm { display: flex; gap: 14px; font-size: 12.5px; color: var(--muted); margin-top: auto; padding-top: 6px; }
.card .cm span { display: inline-flex; align-items: center; gap: 6px; }
.card .cm i { color: var(--p); }
.card.feat-card { grid-column: 1 / -1; flex-direction: row; }
.card.feat-card img { width: 52%; aspect-ratio: auto; min-height: 300px; }
.card.feat-card .cb { padding: 34px 36px; justify-content: center; gap: 12px; }
.card.feat-card h3 { font-size: 26px; }
.card.feat-card p { font-size: 15.5px; }
.article { max-width: 760px; margin: 0 auto; padding: 48px 0 56px; }
.article p { font-size: 17px; line-height: 1.75; margin: 0 0 18px; }
.article p.lead { font-size: 19px; color: var(--ink); }
.article h2 { font-size: 26px; font-weight: 700; color: var(--p-dark); margin: 40px 0 14px; line-height: 1.25; letter-spacing: -.01em; }
.article ul { list-style: none; margin: 0 0 20px; padding: 0; }
.article li { position: relative; padding-left: 28px; margin-bottom: 10px; font-size: 16.5px; line-height: 1.7; }
.article li::before { content: ''; position: absolute; left: 3px; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: var(--p); }
.article strong { color: var(--ink); font-weight: 600; }
.rfacts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; max-width: 560px; }
.rf { display: flex; gap: 12px; align-items: flex-start; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.rf i { font-size: 18px; color: var(--p); margin-top: 3px; flex-shrink: 0; }
.rf b { display: block; font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.rf span { font-size: 12px; color: var(--muted); }
.tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.tab { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px; border-radius: 30px; border: 1px solid #cfe6e4; background: var(--tint); color: var(--p-dark); font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.tab i { font-size: 15px; }
.tab:hover { border-color: var(--p); }
.tab.on { background: var(--p); border-color: var(--p); color: #fff; }
.rgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rc { position: relative; display: block; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform .15s, border-color .15s, box-shadow .15s; }
.rc:hover { transform: translateY(-3px); border-color: #cfe6e4; box-shadow: 0 18px 40px -28px rgba(11,43,48,.45); }
.rc img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.rc .price { position: absolute; top: 12px; left: 12px; background: #fff; color: var(--p-dark); font-size: 12.5px; font-weight: 700; padding: 5px 11px; border-radius: 20px; box-shadow: 0 6px 16px -8px rgba(11,43,48,.5); }
.rc .rb { padding: 12px 14px 14px; }
.rc h3 { font-size: 15.5px; font-weight: 600; color: var(--ink); margin: 0 0 4px; }
.rc .rm { display: flex; gap: 12px; font-size: 12.5px; color: var(--muted); }
.rc .rm span { display: inline-flex; align-items: center; gap: 5px; }
.rc .rm i { color: var(--p); }
.disclaimer, .sec p.disclaimer { font-size: 12.5px; color: var(--muted); margin-top: 48px; line-height: 1.6; }
.hero2.tall { padding-bottom: 96px; border-bottom: none; }
.hero2.center .in { display: block; max-width: 760px; text-align: center; }
.hero2.center .meta { justify-content: center; }
.hero2.center .eyebrow { justify-content: center; }
.lift { max-width: 1040px; margin: -64px auto 0; padding: 0 20px; position: relative; z-index: 3; }
.lift img.banner { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 22px; box-shadow: 0 24px 60px -30px rgba(11,43,48,.5); display: block; }
.featured { display: grid; grid-template-columns: 1.1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px -30px rgba(11,43,48,.45); transition: transform .15s; }
.featured:hover { transform: translateY(-3px); }
.featured img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.featured .fb { padding: 36px 40px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.featured .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--p-dark); }
.featured h2 { font-size: 28px; font-weight: 700; color: var(--ink); margin: 0; line-height: 1.25; }
.featured p { font-size: 15.5px; color: var(--body); margin: 0; }
.featured .cm { display: flex; gap: 14px; font-size: 12.5px; color: var(--muted); }
.featured .cm span { display: inline-flex; align-items: center; gap: 6px; }
.featured .cm i { color: var(--p); }
.featured .more { display: inline-flex; align-items: center; gap: 8px; color: var(--p); font-weight: 600; font-size: 14px; margin-top: 4px; }
.card2 { position: relative; display: block; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .15s, box-shadow .15s; }
.card2:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -28px rgba(11,43,48,.45); }
.card2 img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.card2 .ov { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.94); color: var(--p-dark); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 20px; }
.card2 .cb { padding: 16px 18px 20px; }
.card2 h3 { font-size: 16.5px; font-weight: 600; color: var(--ink); margin: 0 0 8px; line-height: 1.35; }
.card2 .cm { display: flex; gap: 14px; font-size: 12.5px; color: var(--muted); }
.card2 .cm span { display: inline-flex; align-items: center; gap: 6px; }
.card2 .cm i { color: var(--p); }
.article p.lead.bar { padding-left: 20px; border-left: 3px solid var(--p); }
.hero2 .tabs { margin: 30px 0 0; }
.rc2 { position: relative; display: block; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3.3; background: var(--tint2); }
.rc2 img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.rc2:hover img { transform: scale(1.05); }
.rc2 .g { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,43,48,0) 45%, rgba(11,43,48,.72) 100%); }
.rc2 .t { position: absolute; left: 16px; right: 16px; bottom: 14px; color: #fff; }
.rc2 .t h3 { font-size: 17px; font-weight: 600; color: #fff; margin: 0 0 3px; }
.rc2 .t span { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; opacity: .9; margin-right: 12px; }
.rc2 .price { position: absolute; top: 12px; right: 12px; background: #fff; color: var(--p-dark); font-size: 12.5px; font-weight: 700; padding: 5px 11px; border-radius: 20px; }
.rline { display: flex; align-items: center; gap: 18px; margin: 22px 0 6px; max-width: 520px; }
.rline .code { font-size: 32px; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.rline .code small { display: block; font-size: 12.5px; font-weight: 500; color: var(--muted); margin-top: 5px; letter-spacing: 0; }
.rline .path { flex: 1; position: relative; border-top: 2px dashed #a9d8d4; height: 0; margin-bottom: 18px; }
.rline .path i { position: absolute; left: 50%; top: 0; transform: translate(-50%, -55%); background: var(--tint); padding: 0 8px; color: var(--p); font-size: 20px; }
.rline .path span { position: absolute; left: 50%; top: 10px; transform: translateX(-50%); font-size: 12px; color: var(--muted); white-space: nowrap; }
.fstrip { display: flex; flex-wrap: wrap; margin-top: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.75); overflow: hidden; }
.fstrip > div { flex: 1 1 0; min-width: 130px; padding: 14px 16px; border-right: 1px solid var(--line); }
.fstrip > div:last-child { border-right: none; }
.fstrip b { display: flex; align-items: center; gap: 7px; font-size: 14px; color: var(--ink); font-weight: 600; line-height: 1.35; }
.fstrip b i { color: var(--p); font-size: 15px; flex-shrink: 0; }
.fstrip span { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; }
.pwrap { position: relative; display: inline-block; }
.pwrap .badge { position: absolute; left: 16px; bottom: 16px; background: #fff; color: var(--p-dark); font-weight: 700; font-size: 14px; padding: 8px 14px; border-radius: 30px; box-shadow: 0 8px 20px -10px rgba(11,43,48,.5); }
.pwrap .badge small { font-weight: 500; color: var(--muted); margin-right: 4px; }
@media (max-width: 960px) { .featured { grid-template-columns: 1fr; } .featured img { min-height: 0; aspect-ratio: 16 / 10; } .featured .fb { padding: 22px 24px; } .featured h2 { font-size: 22px; } .lift { margin-top: -40px; } .rline .code { font-size: 26px; } }
@media (max-width: 600px) { .fstrip > div { flex: 1 1 50%; border-bottom: 1px solid var(--line); } .lift img.banner { aspect-ratio: 16 / 10; } }

.hero2.bgb { background: linear-gradient(180deg, rgba(18,143,134,.92) 0, rgba(23,163,152,.72) 56px, rgba(23,163,152,.3) 100px, rgba(23,163,152,0) 150px); border-bottom-color: rgba(227,238,238,.6); }
.hero2.bgw { background: linear-gradient(180deg, rgba(18,143,134,.92) 0, rgba(23,163,152,.72) 56px, rgba(23,163,152,.3) 100px, rgba(23,163,152,0) 150px); border-bottom-color: rgba(227,238,238,.6); }
.hero2.bgr { background: linear-gradient(180deg, rgba(18,143,134,.92) 0, rgba(23,163,152,.72) 56px, rgba(23,163,152,.3) 100px, rgba(23,163,152,0) 150px); border-bottom-color: rgba(227,238,238,.6); }
.hero2.bgwin { background: linear-gradient(180deg, rgba(18,143,134,.92) 0, rgba(23,163,152,.72) 56px, rgba(23,163,152,.3) 100px, rgba(23,163,152,0) 150px); border-bottom-color: rgba(227,238,238,.6); }

.pfade { position: absolute; left: 0; right: 0; top: 0; height: 160px; background: linear-gradient(180deg, rgba(18,143,134,.92) 0, rgba(23,163,152,.72) 56px, rgba(23,163,152,.3) 100px, rgba(23,163,152,0) 160px); pointer-events: none; }
.split { position: relative; max-width: 1080px; margin: 0 auto; padding: 120px 20px 64px; display: grid; grid-template-columns: 290px 1fr; gap: 56px; align-items: start; }
.side { position: sticky; top: 96px; }
.side h1 { font-size: 40px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.05; margin: 8px 0 12px; }
.side h1 em { font-style: normal; color: var(--p); }
.side > p { font-size: 15px; margin: 0 0 22px; }
.cats { display: grid; gap: 4px; }
.cats a, .cats button { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 14px; border-radius: 12px; border: none; background: none; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; text-align: left; transition: background .15s, color .15s; }
.cats a:hover, .cats button:hover, .cats .on { background: var(--tint); color: var(--p-dark); }
.cats i { color: var(--p); margin-right: 9px; font-size: 15px; }
.cats span { font-size: 12px; font-weight: 500; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 2px 9px; }
.side img.mascot { width: 100%; max-width: 230px; margin: 28px auto 0; }
.side .lbl { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 22px 0 8px; }
.top { position: relative; display: block; border-radius: 22px; overflow: hidden; aspect-ratio: 16 / 8; margin-bottom: 30px; background: var(--tint2); }
.top img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.top:hover img { transform: scale(1.03); }
.top .g { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,43,48,0) 30%, rgba(11,43,48,.82) 100%); }
.top .t { position: absolute; left: 30px; right: 30px; bottom: 26px; color: #fff; }
.top .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,.18); padding: 5px 10px; border-radius: 20px; }
.top h2 { color: #fff; font-size: 28px; font-weight: 700; line-height: 1.25; margin: 12px 0 8px; }
.top p { color: rgba(255,255,255,.85); font-size: 14.5px; margin: 0; max-width: 580px; }
.top .cm { display: flex; gap: 14px; font-size: 12.5px; color: rgba(255,255,255,.8); margin-top: 10px; }
.top .cm span { display: inline-flex; align-items: center; gap: 6px; }
.feed-h { display: flex; justify-content: space-between; align-items: baseline; }
.feed-h h2 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; }
.row { display: grid; grid-template-columns: 210px 1fr; gap: 22px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); }
.row img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 14px; display: block; }
.row .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--p-dark); }
.row h3 { font-size: 19px; font-weight: 600; color: var(--ink); margin: 6px 0 8px; line-height: 1.3; transition: color .15s; }
.row:hover h3 { color: var(--p-dark); }
.row p { font-size: 14.5px; margin: 0 0 10px; color: var(--body); }
.row .cm { display: flex; gap: 14px; font-size: 12.5px; color: var(--muted); }
.row .cm span { display: inline-flex; align-items: center; gap: 6px; }
.row .cm i { color: var(--p); }
.otiles { display: grid; gap: 8px; }
.otile { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 14px; background: #fff; font-family: inherit; cursor: pointer; text-align: left; transition: border-color .15s, background .15s; }
.otile .c { font-size: 19px; font-weight: 800; color: var(--ink); width: 50px; letter-spacing: -.02em; }
.otile b { display: block; font-size: 14px; font-weight: 600; color: var(--ink); }
.otile span { font-size: 12px; color: var(--muted); }
.otile:hover { border-color: #b9dedb; }
.otile.on { border-color: var(--p); background: var(--tint); }
.otile.on .c { color: var(--p-dark); }
.rtags { display: flex; gap: 6px; flex-wrap: wrap; }
.rtags .tab { height: 36px; padding: 0 14px; font-size: 13px; }
.board { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; }
.bh, .br { display: grid; grid-template-columns: 1fr 160px 120px 110px 40px; gap: 14px; align-items: center; padding: 12px 22px; }
.bh { background: var(--tint); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.br { border-top: 1px solid var(--line); color: var(--body); transition: background .15s; }
.br:hover { background: var(--tint); }
.br .d { display: flex; align-items: center; gap: 14px; min-width: 0; }
.br .d img { width: 56px; height: 56px; border-radius: 14px; object-fit: cover; flex-shrink: 0; }
.br .d b { display: block; font-size: 15.5px; color: var(--ink); font-weight: 600; }
.br .d span { font-size: 12.5px; color: var(--muted); }
.br .al { font-size: 13px; line-height: 1.4; }
.br .du { font-size: 13.5px; color: var(--ink); }
.br .pr { font-size: 15px; font-weight: 700; color: var(--p-dark); }
.br .pr small { display: block; font-size: 11.5px; font-weight: 500; color: var(--muted); }
.br .go { width: 36px; height: 36px; border-radius: 50%; background: var(--tint2); color: var(--p-dark); display: flex; align-items: center; justify-content: center; font-size: 16px; transition: background .15s, color .15s; }
.br:hover .go { background: var(--p); color: #fff; }
.board-h { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.board-h h2 { font-size: 24px; font-weight: 700; color: var(--ink); margin: 0; }
.board-h span { font-size: 13px; color: var(--muted); }
@media (max-width: 960px) {
    .split { grid-template-columns: 1fr; gap: 28px; padding-top: 108px; }
    .side { position: static; }
    .side img.mascot { display: none; }
    .otiles { grid-template-columns: repeat(3, 1fr); }
    .otile { flex-direction: column; align-items: flex-start; gap: 4px; }
    .bh { display: none; }
    .br { grid-template-columns: 1fr 100px 40px; }
    .br .al, .br .du { display: none; }
    .row { grid-template-columns: 1fr; gap: 12px; }
    .top .t { left: 18px; right: 18px; bottom: 16px; }
    .top h2 { font-size: 20px; }
}
.sec .pls .pl { font-weight: 500; }
@media (max-width: 960px) {
    .cards { grid-template-columns: 1fr 1fr; }
    .card.feat-card { flex-direction: column; }
    .card.feat-card img { width: 100%; aspect-ratio: 16 / 10; min-height: 0; }
    .card.feat-card .cb { padding: 20px 22px 24px; }
    .card.feat-card h3 { font-size: 20px; }
    .rfacts { grid-template-columns: 1fr 1fr; }
    .rgrid { grid-template-columns: repeat(3, 1fr); }
    .hero2 .pic img.photo, .hero2.has-pic .pic img.photo { max-width: 100%; }
}
@media (max-width: 600px) {
    .cards, .rgrid { grid-template-columns: 1fr; }
    .article { padding: 32px 0 40px; }
    .article p { font-size: 16px; }
    .article h2 { font-size: 22px; }
    .rfacts { grid-template-columns: 1fr; }
}

body.pg-b { background: linear-gradient(180deg, rgba(239,248,245,0) 0, rgba(239,248,245,0) 2365px, rgb(239,248,245) 2625px), url(/assets/images/mascot/bg-page-blog-l.webp) left top / 500px auto no-repeat, url(/assets/images/mascot/bg-page-blog-r.webp) right top / 500px auto no-repeat, rgb(239,248,245); }
body.pg-w { background: url(/assets/images/mascot/bg-page-article-l.webp) left top / 500px auto repeat-y, url(/assets/images/mascot/bg-page-article-r.webp) right top / 500px auto repeat-y, rgb(239,251,249); }
body.pg-r { background: linear-gradient(180deg, rgba(237,250,247,0) 0, rgba(237,250,247,0) 2740px, rgb(237,250,247) 3000px), url(/assets/images/mascot/bg-page-map-l.webp) left top / 500px auto no-repeat, url(/assets/images/mascot/bg-page-map-r.webp) right top / 500px auto no-repeat, rgb(237,250,247); }
body.pg-win { background: linear-gradient(180deg, rgba(223,244,240,0) 0, rgba(223,244,240,0) 2407px, rgb(223,244,240) 2667px), url(/assets/images/mascot/bg-page-route-l.webp) left top / 500px auto no-repeat, url(/assets/images/mascot/bg-page-route-r.webp) right top / 500px auto no-repeat, rgb(223,244,240); }
body[class*="pg-"] .sec { border-bottom-color: rgba(227,238,238,.7); }
body[class*="pg-"] .rf, body[class*="pg-"] .fstrip { background: rgba(255,255,255,.82); }
body[class*="pg-"] .f, body[class*="pg-"] .note, body[class*="pg-"] .pl, body[class*="pg-"] .tab:not(.on), body[class*="pg-"] .otile:not(.on), body[class*="pg-"] .bh, body[class*="pg-"] .cats .on { background: rgba(255,255,255,.78); }
body[class*="pg-"] .board, body[class*="pg-"] .card, body[class*="pg-"] .card2, body[class*="pg-"] .featured, body[class*="pg-"] .btn2, body[class*="pg-"] .acc-h { background: #fff; }
body[class*="pg-"] .article, body[class*="pg-"] .row, body[class*="pg-"] .acc-b { background: transparent; }


.card img, .card2 img, .rc img, .row img, .top img, .featured img, .hero2 .pic img.photo, .lift img.banner { height: auto; }
.rc2 img, .top img, .featured img { height: 100%; }
.sec a.card, .sec a.card2, .sec a.rc, .sec a.rc2, .sec a.featured, .sec a.row, .sec a.top, .lift a.featured { text-decoration: none; font-weight: inherit; }
.card .cm span, .card2 .cm span, .featured .cm span, .row .cm span, .meta span { white-space: nowrap; }
[hidden] { display: none !important; }
@media (max-width: 960px) {
body.pg-b { background-size: auto, 30vw auto, 30vw auto; background-image: linear-gradient(180deg, rgba(239,248,245,0) 0, rgba(239,248,245,0) 141.8vw, rgb(239,248,245) 157.5vw), url(/assets/images/mascot/bg-page-blog-l.webp), url(/assets/images/mascot/bg-page-blog-r.webp); }
body.pg-w { background-size: 30vw auto, 30vw auto; background-image: url(/assets/images/mascot/bg-page-article-l.webp), url(/assets/images/mascot/bg-page-article-r.webp); }
body.pg-r { background-size: auto, 30vw auto, 30vw auto; background-image: linear-gradient(180deg, rgba(237,250,247,0) 0, rgba(237,250,247,0) 164.3vw, rgb(237,250,247) 180.0vw), url(/assets/images/mascot/bg-page-map-l.webp), url(/assets/images/mascot/bg-page-map-r.webp); }
body.pg-win { background-size: auto, 30vw auto, 30vw auto; background-image: linear-gradient(180deg, rgba(223,244,240,0) 0, rgba(223,244,240,0) 144.3vw, rgb(223,244,240) 160.0vw), url(/assets/images/mascot/bg-page-route-l.webp), url(/assets/images/mascot/bg-page-route-r.webp); }
}
@media (max-width: 600px) { body[class*="pg-"] { background-image: none; } }

body[class*="pg-"] .hero2 { border-bottom: none; }
body[class*="pg-"] a, body[class*="pg-"] a * { text-decoration: none; }
body[class*="pg-"] .sec p a, body[class*="pg-"] .sec li a, body[class*="pg-"] .note a { text-decoration: none; font-weight: 600; }
.rline .path { display: flex; align-items: center; gap: 10px; border-top: none; margin-bottom: 18px; }
.rline .path::before, .rline .path::after { content: ''; flex: 1; border-top: 2px dashed #a9d8d4; }
.rline .path i { position: static; transform: none; background: none; padding: 0; }
.rline .path span { top: 26px; }
.fstrip, body[class*="pg-"] .fstrip { background: transparent; border: none; border-radius: 0; }
.fstrip > div { padding: 12px 18px 12px 0; border-right: 1px solid rgba(23,163,152,.25); margin-right: 18px; }
.fstrip > div:last-child { margin-right: 0; }
.rc2 .t span { display: flex; margin-right: 0; margin-top: 3px; }
body[class*="pg-"] .acc { border-top: none; display: grid; gap: 12px; margin-top: 8px; }
body[class*="pg-"] .acc-i { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; transition: border-color .15s, box-shadow .15s; }
body[class*="pg-"] .acc-i:hover { border-color: #cfe6e4; }
body[class*="pg-"] .acc-i.open { border-color: #b9dedb; box-shadow: 0 16px 36px -26px rgba(11,43,48,.45); }
body[class*="pg-"] .acc-h { padding: 18px 20px; font-size: 16px; gap: 14px; }
body[class*="pg-"] .acc-h::before { content: '?'; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--tint2); color: var(--p-dark); font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
body[class*="pg-"] .acc-h span { flex: 1; }
body[class*="pg-"] .acc-h i { width: 30px; height: 30px; border-radius: 50%; background: var(--tint); display: flex; align-items: center; justify-content: center; font-size: 16px; }
body[class*="pg-"] .acc-i.open .acc-h::before { background: var(--p); color: #fff; }
body[class*="pg-"] .acc-i.open .acc-h i { background: var(--p); color: #fff; }
body[class*="pg-"] .acc-b { padding: 0 20px 20px 64px; }
body[class*="pg-"] .acc-b p { font-size: 15px; color: var(--body); }
.fstrip > div { text-align: center; padding: 12px 18px; margin-right: 0; }
.fstrip b { justify-content: center; }
.rf { flex-direction: column; align-items: center; text-align: center; }
.rf i { margin-top: 0; margin-bottom: 6px; }
