/* Изолированные стили только для страницы Парагвая. */
#gr-paraguay-page {
    --grpg-navy: #0a1b2d;
    --grpg-gold: #eea63a;
    --grpg-milk: #f7f4ef;
    --grpg-muted: #73808d;
    --grpg-line: rgba(10, 27, 45, .16);
    color: var(--grpg-navy);
    background: #fff;
    font-family: var(--font-body, Manrope, Arial, sans-serif);
}

#gr-paraguay-page *,
#gr-paraguay-page *::before,
#gr-paraguay-page *::after { box-sizing: border-box; }

#gr-paraguay-page .grpg-container { width: min(1360px, calc(100% - 64px)); margin: 0 auto; }
#gr-paraguay-page .grpg-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 30px 0 8px; color: var(--grpg-muted); font-size: 12px; line-height: 1.3; }
#gr-paraguay-page .grpg-breadcrumbs a { color: inherit; text-decoration: none; }
#gr-paraguay-page .grpg-breadcrumbs a:hover { color: var(--grpg-navy); }
#gr-paraguay-page .grpg-eyebrow { margin: 0 0 18px; color: var(--grpg-gold); font: 700 11px/1.2 var(--font-body, Manrope, Arial, sans-serif); letter-spacing: .09em; }
#gr-paraguay-page .grpg-eyebrow--light { color: var(--grpg-gold); }
#gr-paraguay-page h1,
#gr-paraguay-page h2,
#gr-paraguay-page h3,
#gr-paraguay-page p { margin-top: 0; }
#gr-paraguay-page h1,
#gr-paraguay-page h2,
#gr-paraguay-page h3 { font-family: var(--font-heading, 'STIX Two Text', Georgia, serif); font-weight: 400; letter-spacing: -.04em; }
#gr-paraguay-page h1 em,
#gr-paraguay-page h2 em { color: var(--grpg-gold); font-style: italic; }

#gr-paraguay-page .grpg-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(48px, 8vw, 132px); align-items: end; padding: 90px 0 96px; border-bottom: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-hero h1 { max-width: 760px; margin-bottom: 34px; font-size: clamp(4.15rem, 9vw, 8.4rem); line-height: .82; }
#gr-paraguay-page .grpg-hero h1 span,
#gr-paraguay-page .grpg-hero h1 em { display: block; }
#gr-paraguay-page .grpg-hero__lead { max-width: 650px; margin-bottom: 34px; font-size: 18px; line-height: 1.6; }
#gr-paraguay-page .grpg-link { display: inline-flex; align-items: center; gap: 16px; color: var(--grpg-navy); font-size: 13px; font-weight: 700; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
#gr-paraguay-page .grpg-link span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid currentColor; font-size: 18px; transition: transform .2s ease, background .2s ease, color .2s ease; }
#gr-paraguay-page .grpg-link:hover span { transform: translateX(3px); background: var(--grpg-navy); color: #fff; }

#gr-paraguay-page .grpg-facts { align-self: stretch; padding: 34px 0 0 34px; border-left: 1px solid var(--grpg-gold); }
#gr-paraguay-page .grpg-facts__label { margin: 0 0 20px; color: var(--grpg-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
#gr-paraguay-page .grpg-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; }
#gr-paraguay-page .grpg-facts dl > div { display: flex; min-height: 154px; flex-direction: column; justify-content: space-between; padding: 18px; border: 1px solid var(--grpg-line); background: var(--grpg-milk); }
#gr-paraguay-page .grpg-facts dt { color: var(--grpg-muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
#gr-paraguay-page .grpg-facts dd { margin: 12px 0 0; font: 400 clamp(2rem, 3.2vw, 3.2rem)/.92 var(--font-heading, 'STIX Two Text', Georgia, serif); letter-spacing: -.04em; overflow-wrap: normal; word-break: normal; hyphens: none; }

#gr-paraguay-page .grpg-section { padding: clamp(76px, 10vw, 150px) 0; }
#gr-paraguay-page .grpg-section__heading { display: flex; gap: 36px; align-items: end; justify-content: space-between; margin-bottom: 42px; }
#gr-paraguay-page .grpg-section__heading h2,
#gr-paraguay-page .grpg-included h2 { max-width: 770px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .92; }
#gr-paraguay-page .grpg-advantages__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--grpg-line); border-left: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-advantages__grid article { min-height: 360px; padding: 26px 24px 28px; border-right: 1px solid var(--grpg-line); border-bottom: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-index { margin-bottom: 76px; color: var(--grpg-gold); font: 400 14px/1 var(--font-body, Manrope, Arial, sans-serif); }
#gr-paraguay-page .grpg-advantages h3 { margin-bottom: 18px; font-size: clamp(1.75rem, 2.5vw, 2.45rem); line-height: 1; }
#gr-paraguay-page .grpg-advantages article > p:last-child { margin-bottom: 0; font-size: 15px; line-height: 1.55; }

#gr-paraguay-page .grpg-photo { overflow: hidden; margin: 0; background: var(--grpg-milk); }
#gr-paraguay-page .grpg-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
#gr-paraguay-page .grpg-photo--wide { height: clamp(320px, 47vw, 610px); }

#gr-paraguay-page .grpg-program { padding-bottom: clamp(76px, 10vw, 150px); }
#gr-paraguay-page .grpg-program__panel { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 48px; padding: clamp(30px, 5vw, 78px); background: var(--grpg-navy); color: #fff; }
#gr-paraguay-page .grpg-program__copy + .grpg-program__copy { padding-left: 48px; border-left: 1px solid rgba(255,255,255,.2); }
#gr-paraguay-page .grpg-program h3 { margin-bottom: 22px; font-size: clamp(2.5rem, 4.6vw, 4.8rem); line-height: .9; }
#gr-paraguay-page .grpg-program p { max-width: 640px; margin-bottom: 0; font-size: 17px; line-height: 1.65; }
#gr-paraguay-page .grpg-program p + p { margin-top: 22px; }

#gr-paraguay-page .grpg-process { border-top: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-process__duration { margin: 22px 0 0; color: var(--grpg-gold); font-size: 17px; }
#gr-paraguay-page .grpg-process__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 42px; align-items: stretch; }
#gr-paraguay-page .grpg-steps { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-steps li { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-steps span { color: var(--grpg-gold); font-size: 14px; font-weight: 700; }
#gr-paraguay-page .grpg-steps h3 { margin-bottom: 8px; font-size: clamp(1.5rem, 2.7vw, 2.15rem); line-height: 1.03; }
#gr-paraguay-page .grpg-steps p { margin-bottom: 0; color: var(--grpg-muted); font-size: 14px; }
#gr-paraguay-page .grpg-photo--vertical { min-height: 100%; }
#gr-paraguay-page .grpg-process__note { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-process__note p { margin: 0; font-size: 15px; line-height: 1.6; }
#gr-paraguay-page .grpg-payments { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 42px; background: var(--grpg-line); border: 1px solid var(--grpg-line); }
#gr-paraguay-page .grpg-payments > div { display: flex; min-height: 130px; flex-direction: column; justify-content: space-between; padding: 18px; background: #fff; }
#gr-paraguay-page .grpg-payments span { color: var(--grpg-muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
#gr-paraguay-page .grpg-payments strong { font: 400 clamp(1.7rem, 3vw, 2.7rem)/.94 var(--font-heading, 'STIX Two Text', Georgia, serif); letter-spacing: -.04em; }
#gr-paraguay-page .grpg-payments__total { background: var(--grpg-milk) !important; }

#gr-paraguay-page .grpg-included { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 0; }
#gr-paraguay-page .grpg-included__item { padding: clamp(32px, 5vw, 64px); background: var(--grpg-milk); }
#gr-paraguay-page .grpg-included__item--dark { background: var(--grpg-navy); color: #fff; }
#gr-paraguay-page .grpg-included h2 { margin-bottom: 36px; font-size: clamp(2.45rem, 4.7vw, 4.3rem); }
#gr-paraguay-page .grpg-included ul { margin: 0; padding: 0; list-style: none; }
#gr-paraguay-page .grpg-included li { position: relative; margin-bottom: 15px; padding-left: 25px; font-size: 15px; line-height: 1.55; }
#gr-paraguay-page .grpg-included li:last-child { margin-bottom: 0; }
#gr-paraguay-page .grpg-included li::before { position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--grpg-gold); content: ''; }

#gr-paraguay-page .grpg-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: clamp(76px, 10vw, 150px); padding: clamp(44px, 6vw, 82px); background: var(--grpg-navy); color: #fff; }
#gr-paraguay-page .grpg-cta h2 { max-width: 800px; margin-bottom: 0; font: 400 clamp(2.5rem, 5vw, 5.1rem)/.91 var(--font-heading, 'STIX Two Text', Georgia, serif); letter-spacing: -.04em; }
#gr-paraguay-page .grpg-cta a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 18px; padding: 17px 20px; border: 1px solid #fff; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
#gr-paraguay-page .grpg-cta a span { font-size: 20px; }
#gr-paraguay-page .grpg-cta a:hover { background: #fff; color: var(--grpg-navy); }

@media (max-width: 1060px) {
    #gr-paraguay-page .grpg-hero { grid-template-columns: 1fr; gap: 54px; }
    #gr-paraguay-page .grpg-facts { max-width: 650px; padding: 28px 0 0; border-top: 1px solid var(--grpg-gold); border-left: 0; }
    #gr-paraguay-page .grpg-advantages__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #gr-paraguay-page .grpg-program__panel { grid-template-columns: 1fr; }
    #gr-paraguay-page .grpg-program__copy + .grpg-program__copy { padding-top: 38px; padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
    #gr-paraguay-page .grpg-process__layout { grid-template-columns: 1fr; }
    #gr-paraguay-page .grpg-photo--vertical { max-height: 520px; }
    #gr-paraguay-page .grpg-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 660px) {
    #gr-paraguay-page .grpg-container { width: min(100% - 34px, 1360px); }
    #gr-paraguay-page .grpg-breadcrumbs { padding-top: 20px; }
    #gr-paraguay-page .grpg-hero { padding: 54px 0 68px; }
    #gr-paraguay-page .grpg-hero h1 { font-size: clamp(3.2rem, 18vw, 5.1rem); }
    #gr-paraguay-page .grpg-hero__lead { font-size: 16px; }
    #gr-paraguay-page .grpg-facts dl { gap: 8px; }
    #gr-paraguay-page .grpg-facts dl > div { min-height: 126px; padding: 14px; }
    #gr-paraguay-page .grpg-facts dd { font-size: clamp(1.55rem, 8.2vw, 2.25rem); }
    #gr-paraguay-page .grpg-section { padding: 68px 0; }
    #gr-paraguay-page .grpg-section__heading { display: block; margin-bottom: 30px; }
    #gr-paraguay-page .grpg-advantages__grid { grid-template-columns: 1fr; }
    #gr-paraguay-page .grpg-advantages__grid article { min-height: auto; }
    #gr-paraguay-page .grpg-index { margin-bottom: 46px; }
    #gr-paraguay-page .grpg-program__panel { gap: 30px; padding: 30px 24px; }
    #gr-paraguay-page .grpg-process__note { grid-template-columns: 1fr; }
    #gr-paraguay-page .grpg-payments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #gr-paraguay-page .grpg-included { grid-template-columns: 1fr; }
    #gr-paraguay-page .grpg-included__item { padding: 36px 24px; }
    #gr-paraguay-page .grpg-cta { padding: 38px 24px; }
}
