

/* Start:/bitrix/templates/universesite_s1/hurado-landing.css?178724629521973*/
/* GoInSpain — hurado landing */

/* Intec выводит второй H1 из #pagetitle — скрываем, оставляем hero H1 */
body:has(.goinspain-hurado-landing) .intec-template-title {
    display: none !important;
}

.goinspain-hurado-landing {
    --hurado-red: #de111e;
    --hurado-red-dark: #ae0e18;
    --hurado-red-soft: #fef0f1;
    --hurado-red-glow: rgba(222, 17, 30, 0.18);
    --hurado-ink: #1a1d24;
    --hurado-muted: #5f6673;
    --hurado-line: #e8ebf0;
    --hurado-white: #ffffff;
    --hurado-shadow: 0 18px 50px rgba(26, 29, 36, 0.08);
    --hurado-radius: 18px;
    padding-bottom: 56px;
}

/* Was max-width:1180px — squeezed vs site (~1344). Use default Intec content width. */

.hurado-page {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hurado-section-label {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hurado-red);
}

.hurado-section-label--light {
    color: rgba(255, 255, 255, 0.82);
}

/* Hero */
.hurado-hero {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--hurado-radius) + 6px);
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 196, 86, 0.22), transparent 28%),
        radial-gradient(circle at 10% 90%, rgba(222, 17, 30, 0.28), transparent 34%),
        linear-gradient(135deg, #171b22 0%, #2a1218 42%, #7d1018 100%);
    color: var(--hurado-white);
    box-shadow: var(--hurado-shadow);
}

.hurado-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.hurado-hero__glow--1 {
    top: -80px;
    right: -40px;
    width: 260px;
    height: 260px;
    background: rgba(222, 17, 30, 0.35);
}

.hurado-hero__glow--2 {
    bottom: -60px;
    left: 10%;
    width: 220px;
    height: 220px;
    background: rgba(255, 196, 86, 0.16);
}

.hurado-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 32px;
    align-items: center;
    padding: 44px 40px;
}

.hurado-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.hurado-hero__flag {
    width: 22px;
    height: 14px;
    border-radius: 3px;
    background: linear-gradient(180deg, #c60b1e 0 33%, #ffc400 33% 66%, #c60b1e 66% 100%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.hurado-hero__title {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hurado-hero__lead {
    margin: 0 0 26px;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.hurado-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.hurado-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hurado-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.hurado-btn--primary {
    background: var(--hurado-white);
    color: var(--hurado-red-dark);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.hurado-btn--primary:hover {
    background: #fff7f7;
    color: var(--hurado-red-dark);
}

.hurado-btn--outline {
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: var(--hurado-white);
    background: rgba(255, 255, 255, 0.06);
}

.hurado-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--hurado-white);
}

.hurado-btn--lg {
    min-height: 52px;
    padding: 0 28px;
}

.hurado-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

/* Intec-шаблон добавляет ::before у li — убираем маркеры у карточек статистики */
.goinspain-hurado-landing .hurado-hero__stats > li::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hurado-hero__stats li {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 0;
}

.hurado-hero__stats strong {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.2;
}

.hurado-hero__stats span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.76);
}

.hurado-hero__visual {
    position: relative;
    min-height: 320px;
}

.hurado-doc-card {
    position: absolute;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.hurado-doc-card--back {
    top: 26px;
    right: 18px;
    width: 78%;
    height: 250px;
    background: linear-gradient(180deg, #fff 0%, #f4f6fa 100%);
    transform: rotate(7deg);
    opacity: 0.72;
}

.hurado-doc-card--front {
    top: 48px;
    left: 0;
    width: 86%;
    padding: 22px 22px 18px;
    background: var(--hurado-white);
    color: var(--hurado-ink);
    transform: rotate(-4deg);
}

.hurado-doc-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--hurado-red);
}

.hurado-doc-card__seal {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, #fff 0 18%, transparent 19%),
        linear-gradient(135deg, #de111e, #ff6a62);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.hurado-doc-card__lines span {
    display: block;
    height: 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #edf0f5 0%, #f7f8fb 100%);
}

.hurado-doc-card__lines span:nth-child(2) { width: 92%; }
.hurado-doc-card__lines span:nth-child(3) { width: 84%; }
.hurado-doc-card__lines--short { width: 58%; }

.hurado-doc-card__footer {
    margin-top: 18px;
    font-size: 12px;
    font-weight: 600;
    color: var(--hurado-muted);
}

/* Benefits */
.hurado-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hurado-benefit {
    padding: 22px 20px;
    border: 1px solid var(--hurado-line);
    border-radius: var(--hurado-radius);
    background: var(--hurado-white);
    box-shadow: 0 8px 24px rgba(26, 29, 36, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hurado-benefit:hover {
    transform: translateY(-3px);
    border-color: #f3c5c8;
    box-shadow: 0 16px 34px var(--hurado-red-glow);
}

.hurado-benefit__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: var(--hurado-red-soft);
    position: relative;
}

.hurado-benefit__icon::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 4px;
    background: var(--hurado-red);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.hurado-benefit--legal .hurado-benefit__icon::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2 3 7v2h18V7L12 2zm8 6H4v12h16V8zM8 18H6v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2 3 7v2h18V7L12 2zm8 6H4v12h16V8zM8 18H6v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6z'/%3E%3C/svg%3E");
}

.hurado-benefit--visa .hurado-benefit__icon::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v3H2V6a2 2 0 0 1 2-2zm18 7v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7h20zM7 15h2v2H7v-2z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v3H2V6a2 2 0 0 1 2-2zm18 7v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7h20zM7 15h2v2H7v-2z'/%3E%3C/svg%3E");
}

.hurado-benefit--check .hurado-benefit__icon::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='m9 16.2-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='m9 16.2-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/%3E%3C/svg%3E");
}

.hurado-benefit--support .hurado-benefit__icon::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7v3l-2 2v2h5.1A5 5 0 0 0 12 22a5 5 0 0 0 3.9-6H21v-2l-2-2V9a7 7 0 0 0-7-7z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7v3l-2 2v2h5.1A5 5 0 0 0 12 22a5 5 0 0 0 3.9-6H21v-2l-2-2V9a7 7 0 0 0-7-7z'/%3E%3C/svg%3E");
}

.hurado-benefit h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
    color: var(--hurado-ink);
}

.hurado-benefit p {
    margin: 0;
    line-height: 1.6;
    color: var(--hurado-muted);
    font-size: 15px;
}

/* About + steps */
.hurado-about {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 20px;
    align-items: stretch;
}

.hurado-about__text {
    margin: 0;
    padding: 28px;
    border: 1px solid var(--hurado-line);
    border-radius: var(--hurado-radius);
    background: var(--hurado-white);
    box-shadow: 0 8px 24px rgba(26, 29, 36, 0.04);
}

.hurado-about__text h2 {
    margin-top: 0;
}

.hurado-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.hurado-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--hurado-red-soft);
    color: var(--hurado-red-dark);
    font-size: 13px;
    font-weight: 600;
}

.hurado-steps-card {
    padding: 28px;
    border-radius: var(--hurado-radius);
    background: linear-gradient(180deg, #fff 0%, #fff9f9 100%);
    border: 1px solid #f4d4d7;
    box-shadow: var(--hurado-shadow);
}

.hurado-steps-card h2 {
    margin: 0 0 18px;
    font-size: 24px;
    color: var(--hurado-ink);
}

.hurado-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hurado-steps > .hurado-step::before {
    content: none !important;
    display: none !important;
}

.hurado-step {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px dashed #ecd2d5;
}

.hurado-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hurado-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--hurado-red);
    color: var(--hurado-white);
    font-size: 14px;
    font-weight: 800;
}

.hurado-step__body strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: var(--hurado-ink);
}

.hurado-step__body p {
    margin: 0;
    line-height: 1.55;
    color: var(--hurado-muted);
    font-size: 14px;
}

/* Sections */
.hurado-section {
    padding: 8px 0 0;
}

.hurado-section--soft {
    padding: 32px;
    border-radius: calc(var(--hurado-radius) + 4px);
    background: linear-gradient(180deg, #fafbfc 0%, #f6f7fa 100%);
    border: 1px solid var(--hurado-line);
}

.hurado-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.hurado-section__head--center {
    justify-content: center;
    text-align: center;
}

.hurado-section__head--center .hurado-section__intro {
    max-width: 720px;
    margin: 10px auto 0;
}

.hurado-section__title {
    margin: 0;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.2;
    color: var(--hurado-ink);
}

.hurado-section__intro {
    margin: 0;
    line-height: 1.65;
    color: var(--hurado-muted);
}

.hurado-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--hurado-red);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hurado-link-arrow::after {
    content: "→";
    transition: transform 0.2s ease;
}

.hurado-link-arrow:hover {
    color: var(--hurado-red-dark);
    text-decoration: none;
}

.hurado-link-arrow:hover::after {
    transform: translateX(3px);
}

/* Service cards */
.hurado-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hurado-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 168px;
    padding: 18px 18px 16px;
    border: 1px solid var(--hurado-line);
    border-radius: 16px;
    background: var(--hurado-white);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(26, 29, 36, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hurado-service-card:hover {
    transform: translateY(-4px);
    border-color: #efb6bb;
    box-shadow: 0 18px 36px var(--hurado-red-glow);
    text-decoration: none;
    color: inherit;
}

.hurado-service-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--hurado-red-soft);
    position: relative;
}

.hurado-service-card__icon::before {
    content: "";
    position: absolute;
    inset: 10px;
    background: var(--hurado-red);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h4.5'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h4.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hurado-service-card__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--hurado-ink);
    padding-right: 24px;
}

.hurado-service-card__price {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: var(--hurado-red);
}

.hurado-service-card__arrow {
    position: absolute;
    top: 18px;
    right: 16px;
    color: #c5cad3;
    font-size: 18px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.hurado-service-card:hover .hurado-service-card__arrow {
    color: var(--hurado-red);
    transform: translateX(2px);
}

/* Materials */
.hurado-materials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hurado-material-card {
    padding: 24px;
    border-radius: 18px;
    background: var(--hurado-white);
    border: 1px solid var(--hurado-line);
    box-shadow: 0 10px 28px rgba(26, 29, 36, 0.05);
}

.hurado-material-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: var(--hurado-red-soft);
}

.hurado-material-card__icon--faq::before,
.hurado-material-card__icon--articles::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--hurado-red);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 22px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 22px;
}

.hurado-material-card__icon--faq::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2a2 2 0 1 1 4 0c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2a2 2 0 1 1 4 0c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/svg%3E");
}

.hurado-material-card__icon--articles::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 3H5a2 2 0 0 0-2 2v14l4-4h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 3H5a2 2 0 0 0-2 2v14l4-4h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");
}

.hurado-material-card h3 {
    margin: 0 0 14px;
    font-size: 20px;
    color: var(--hurado-ink);
}

.hurado-material-list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.hurado-material-list li {
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.hurado-material-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hurado-red);
}

.hurado-material-list a {
    color: var(--hurado-ink);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.hurado-material-list a:hover {
    color: var(--hurado-red);
    border-bottom-color: #efb6bb;
    text-decoration: none;
}

/* Cloud links */
.hurado-services-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hurado-cloud-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--hurado-line);
    background: var(--hurado-white);
    color: var(--hurado-ink);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hurado-cloud-link:hover {
    background: var(--hurado-red-soft);
    border-color: #efb6bb;
    color: var(--hurado-red-dark);
    transform: translateY(-1px);
    text-decoration: none;
}

.hurado-cloud-link--accent {
    background: var(--hurado-red);
    border-color: var(--hurado-red);
    color: var(--hurado-white);
}

.hurado-cloud-link--accent:hover {
    background: var(--hurado-red-dark);
    border-color: var(--hurado-red-dark);
    color: var(--hurado-white);
}

/* CTA */
.hurado-cta {
    border-radius: calc(var(--hurado-radius) + 6px);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 196, 86, 0.18), transparent 30%),
        linear-gradient(135deg, #171b22 0%, #611018 55%, #de111e 100%);
    color: var(--hurado-white);
    box-shadow: var(--hurado-shadow);
}

.hurado-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 32px;
}

.hurado-cta h2 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
}

.hurado-cta p {
    margin: 0;
    max-width: 560px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.hurado-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

.hurado-cta .hurado-btn--outline {
    color: var(--hurado-white);
}

/* SEO content tweaks inside landing */
.goinspain-hurado-landing .goinspain-seo-content {
    max-width: none;
    margin: 0;
}

.goinspain-hurado-landing .goinspain-seo-content h2 {
    font-size: 28px;
    margin-bottom: 14px;
}

.goinspain-hurado-landing .goinspain-seo-content p,
.goinspain-hurado-landing .goinspain-seo-content li {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 1100px) {
    .hurado-benefits,
    .hurado-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hurado-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .hurado-hero__inner,
    .hurado-about,
    .hurado-materials,
    .hurado-cta__inner {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hurado-hero__visual {
        min-height: 260px;
        margin-top: 8px;
    }

    .hurado-cta__inner {
        text-align: center;
    }

    .hurado-cta__actions {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .goinspain-hurado-landing .intec-content-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hurado-hero__inner {
        padding: 28px 20px;
    }

    .hurado-hero__stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hurado-hero__stats li {
        padding: 16px 20px;
    }

    .hurado-benefits,
    .hurado-services-grid {
        grid-template-columns: 1fr;
    }

    .hurado-section--soft {
        padding: 22px 18px;
    }

    .hurado-section__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hurado-doc-card--front {
        width: 92%;
    }
}

/* End */
/* /bitrix/templates/universesite_s1/hurado-landing.css?178724629521973 */
